Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Method · 0.80
check_finalized
Method · 0.80
make_serializable
Method · 0.80
set_graph_name
Method · 0.80
set_node_name
Method · 0.80
unregister_node
Method · 0.80
add_node_annotation
Method · 0.80
add_graph_annotation
Method · 0.80
recursively_inline_graph
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected