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

Method new_logic_manager

cel/src/parser/parser.rs:131–137  ·  view source on GitHub ↗
(&self, func: &str, term: IdedExpr)

Source from the content-addressed store, hash-verified

129 }
130
131 fn new_logic_manager(&self, func: &str, term: IdedExpr) -> LogicManager {
132 LogicManager {
133 function: func.to_string(),
134 terms: vec![term],
135 ops: vec![],
136 }
137 }
138
139 fn global_call_or_macro(
140 &mut self,

Callers 2

visit_conditionalOrMethod · 0.80
visit_conditionalAndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected