Function tree_sitter::ffi::ts_query_cursor_exec_with_options
source · pub unsafe extern "C" fn ts_query_cursor_exec_with_options(
self_: *mut TSQueryCursor,
query: *const TSQuery,
node: TSNode,
query_options: *const TSQueryCursorOptions
)
Expand description
Start running a given query on a given node, with some options.