pub const CALL_QUERY: &str = r" (call_expression function: (identifier) @call) (call_expression function: (member_expression property: (property_identifier) @call)) ";
Tree-sitter query for extracting function calls.