MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / check_finalized

Method check_finalized

ciphercore-base/src/graphs.rs:3496–3501  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3494 }
3495
3496 pub(super) fn check_finalized(&self) -> Result<()> {
3497 if !self.is_finalized() {
3498 return Err(runtime_error!("Graph is not finalized"));
3499 }
3500 Ok(())
3501 }
3502
3503 fn make_serializable(&self) -> SerializableGraph {
3504 let output_node = match self.get_output_node() {

Callers 14

process_nodeMethod · 0.45
preprocessMethod · 0.45
evaluate_graphMethod · 0.45
evaluate_contextMethod · 0.45
finalizeMethod · 0.45
set_main_graphMethod · 0.45
compile_to_mpc_contextFunction · 0.45
inline_operationsFunction · 0.45
collect_graphsFunction · 0.45
recursively_inline_graphFunction · 0.45
optimize_contextFunction · 0.45
optimize_graph_constantsFunction · 0.45

Calls 1

is_finalizedMethod · 0.80

Tested by

no test coverage detected