Function tree_sitter::ffi::ts_node_has_error
source · pub unsafe extern "C" fn ts_node_has_error(self_: TSNode) -> bool
Expand description
Check if the node is a syntax error or contains any syntax errors.
pub unsafe extern "C" fn ts_node_has_error(self_: TSNode) -> bool
Check if the node is a syntax error or contains any syntax errors.