Function ts_parser_cancellation_flag

Source
pub unsafe extern "C" fn ts_parser_cancellation_flag(
    self_: *const TSParser,
) -> *const usize
Expand description

@deprecated use ts_parser_parse_with_options and pass in a callback instead, this will be removed in 0.26.

Get the parser’s current cancellation flag pointer.