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

Method enable_optional_syntax

cel/src/parser/parser.rs:126–129  ·  view source on GitHub ↗
(mut self, enable: bool)

Source from the content-addressed store, hash-verified

124 }
125
126 pub fn enable_optional_syntax(mut self, enable: bool) -> Self {
127 self.enable_optional_syntax = enable;
128 self
129 }
130
131 fn new_logic_manager(&self, func: &str, term: IdedExpr) -> LogicManager {
132 LogicManager {

Callers 2

test_optionalFunction · 0.80
testFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_optionalFunction · 0.64
testFunction · 0.64