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

Method calc

cel/src/parser/gen/celparser.rs:1450–1452  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1448 I: TokenStream<'input, TF = LocalTokenFactory<'input>> + TidAble<'input>,
1449{
1450 pub fn calc(&mut self) -> Result<Rc<CalcContextAll<'input>>, ANTLRError> {
1451 self.calc_rec(0)
1452 }
1453
1454 fn calc_rec(&mut self, _p: i32) -> Result<Rc<CalcContextAll<'input>>, ANTLRError> {
1455 let recog = self;

Callers 2

visit_relationMethod · 0.45
visit_calcMethod · 0.45

Calls 1

calc_recMethod · 0.80

Tested by

no test coverage detected