Skip to main content

CALL_QUERY

Constant CALL_QUERY 

Source
pub const CALL_QUERY: &str = r#"
(method_invocation
  name: (identifier) @call)
"#;
Expand description

Tree-sitter query for extracting function calls.