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

Method downgrade

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

Source from the content-addressed store, hash-verified

1321 }
1322
1323 fn downgrade(&self) -> WeakNode {
1324 WeakNode {
1325 body: Arc::downgrade(&self.body),
1326 }
1327 }
1328
1329 #[doc(hidden)]
1330 pub fn add_annotation(&self, annotation: NodeAnnotation) -> Result<Node> {

Callers 6

set_output_nodeMethod · 0.80
add_nodeMethod · 0.80
create_graphMethod · 0.80
set_main_graphMethod · 0.80
test_malformed_graphsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_malformed_graphsFunction · 0.64