Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ciphermodelabs/ciphercore
/ remove_ephemeral_node
Method
remove_ephemeral_node
ciphercore-base/src/inline/inline_ops.rs:105–107 ·
view source on GitHub ↗
(&mut self, old_node: Node)
Source
from the content-addressed store, hash-verified
103
}
104
105
fn remove_ephemeral_node(&mut self, old_node: Node) {
106
self.ephemeral_context_mapping.remove_node(old_node)
107
}
108
}
109
110
struct InlineStateImpl<'a> {
Callers
1
unassign_nodes
Function · 0.80
Calls
1
remove_node
Method · 0.80
Tested by
no test coverage detected