pub fn recursion_call( node: Node<'_>, path: &str, code: &str, symbol_query: &Box<dyn SymbolQuery>, ) -> Vec<CodeNode>