Function tree_sitter::ffi::ts_parser_timeout_micros
source · pub unsafe extern "C" fn ts_parser_timeout_micros(
self_: *const TSParser
) -> u64Expand description
@deprecated use ts_parser_parse_with_options and pass in a callback instead, this will be removed in 0.26.
Get the duration in microseconds that parsing is allowed to take.