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

Method temp_result

cel/src/parser/parser.rs:468–470  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

466 type Node = gen::CELParserContextType;
467 type Return = IdedExpr;
468 fn temp_result(&mut self) -> &mut Self::Return {
469 &mut self.ast.expr
470 }
471
472 fn visit(&mut self, node: &<Self::Node as ParserNodeType<'_>>::Type) -> Self::Return {
473 //println!("{node:?}");

Callers 1

visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected