MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / get_evaluator

Function get_evaluator

ciphercore-base/src/bin/ciphercore_inspect.rs:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302fn get_evaluator() -> Result<SimpleEvaluator> {
303 SimpleEvaluator::new(None)
304}
305
306fn get_inline_mode(mode_val: Option<InlineModeArg>) -> InlineMode {
307 match mode_val {

Callers 2

mainFunction · 0.70
compile_contextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected