tree_sitter::ffi

Function ts_query_cursor_timeout_micros

Source
pub unsafe extern "C" fn ts_query_cursor_timeout_micros(
    self_: *const TSQueryCursor,
) -> u64
Expand description

Get the duration in microseconds that query execution is allowed to take.

This is set via ts_query_cursor_set_timeout_micros.