MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / visit

Method visit

cel/src/parser/parser.rs:472–476  ·  view source on GitHub ↗
(&mut self, node: &<Self::Node as ParserNodeType<'_>>::Type)

Source from the content-addressed store, hash-verified

470 }
471
472 fn visit(&mut self, node: &<Self::Node as ParserNodeType<'_>>::Type) -> Self::Return {
473 //println!("{node:?}");
474 self.visit_node(node);
475 mem::take(self.temp_result())
476 }
477
478 fn aggregate_results(&self, _aggregate: Self::Return, next: Self::Return) -> Self::Return {
479 next

Callers 15

parseMethod · 0.80
map_initializer_listMethod · 0.80
list_initializer_listMethod · 0.80
visit_startMethod · 0.80
visit_exprMethod · 0.80
visit_conditionalOrMethod · 0.80
visit_conditionalAndMethod · 0.80
visit_relationMethod · 0.80
visit_calcMethod · 0.80
visit_LogicalNotMethod · 0.80
visit_NegateMethod · 0.80

Calls 1

temp_resultMethod · 0.80

Tested by

no test coverage detected