Skip to main content

CALL_QUERY

Constant CALL_QUERY 

Source
pub const CALL_QUERY: &str = r"
(subroutine_call
  (identifier) @call)

(call_expression
  (identifier) @call)
";
Expand description

Tree-sitter query for extracting Fortran function calls.