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

Method evaluate_context

ciphercore-base/src/evaluators.rs:142–145  ·  view source on GitHub ↗
(&mut self, context: Context, inputs_values: Vec<Value>)

Source from the content-addressed store, hash-verified

140 }
141
142 fn evaluate_context(&mut self, context: Context, inputs_values: Vec<Value>) -> Result<Value> {
143 context.check_finalized()?;
144 self.evaluate_graph(context.get_main_graph()?, inputs_values)
145 }
146}
147
148pub fn evaluate_simple_evaluator(

Callers 2

test_prfFunction · 0.80

Implementers 1

simple_evaluator.rsciphercore-base/src/evaluators/simple_

Calls 3

evaluate_graphMethod · 0.80
check_finalizedMethod · 0.45
get_main_graphMethod · 0.45

Tested by 1

test_prfFunction · 0.64