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

Method is_finalized

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

Source from the content-addressed store, hash-verified

3490 }
3491
3492 pub(super) fn is_finalized(&self) -> bool {
3493 self.body.borrow().finalized
3494 }
3495
3496 pub(super) fn check_finalized(&self) -> Result<()> {
3497 if !self.is_finalized() {

Callers 9

add_nodeMethod · 0.80
check_finalizedMethod · 0.80
make_serializableMethod · 0.80
set_graph_nameMethod · 0.80
set_node_nameMethod · 0.80
unregister_nodeMethod · 0.80
add_node_annotationMethod · 0.80
add_graph_annotationMethod · 0.80
recursively_inline_graphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected