Function tree_sitter::ffi::ts_node_start_point
source · pub unsafe extern "C" fn ts_node_start_point(self_: TSNode) -> TSPoint
Expand description
Get the node’s start position in terms of rows and columns.
pub unsafe extern "C" fn ts_node_start_point(self_: TSNode) -> TSPoint
Get the node’s start position in terms of rows and columns.