Function tree_sitter::ffi::ts_node_is_missing

source ·
pub unsafe extern "C" fn ts_node_is_missing(self_: TSNode) -> bool
Expand description

Check if the node is missing. Missing nodes are inserted by the parser in order to recover from certain kinds of syntax errors.