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

Method unassign_nodes

ciphercore-base/src/inline/inline_ops.rs:120–122  ·  view source on GitHub ↗
(&mut self, graph: Graph)

Source from the content-addressed store, hash-verified

118 }
119
120 fn unassign_nodes(&mut self, graph: Graph) -> Result<()> {
121 unassign_nodes(graph, self.inlining_context)
122 }
123
124 fn recursively_inline_graph(&mut self, graph: Graph) -> Result<Node> {
125 recursively_inline_graph(graph, self.output_graph.clone(), self.inlining_context)

Callers 6

combineMethod · 0.45
create_mappingsFunction · 0.45
inline_iterate_simpleFunction · 0.45

Calls 1

unassign_nodesFunction · 0.85

Tested by

no test coverage detected