Skip to main content

CALL_QUERY

Constant CALL_QUERY 

Source
pub const CALL_QUERY: &str = r"
(call
  function: (identifier) @call)
(call
  function: (attribute attribute: (identifier) @call))
";
Expand description

Tree-sitter query for extracting function calls.