Skip to main content

NODE_KINDS

Constant NODE_KINDS 

Source
pub const NODE_KINDS: &[&str];
Expand description

Tree-sitter node kinds for testing patterns.

Empty — detection is entirely via callee-text inspection in matches_callee. Classification happens in classify_hint’s CALL_DISPATCH loop at slot P2.