MCPcopy Create free account
hub / github.com/diem/move / add_node

Method add_node

language/move-prover/bytecode/src/borrow_analysis.rs:194–196  ·  view source on GitHub ↗
(&mut self, node: BorrowNode)

Source from the content-addressed store, hash-verified

192 }
193
194 fn add_node(&mut self, node: BorrowNode) {
195 self.live_nodes.insert(node);
196 }
197
198 fn remove_node(&mut self, node: &BorrowNode) {
199 self.live_nodes.remove(node);

Callers 9

summarize_path_covFunction · 0.80
get_or_add_nodeMethod · 0.80
newMethod · 0.80
instantiateMethod · 0.80
analyzeMethod · 0.80
executeMethod · 0.80
dependency_graphFunction · 0.80
get_or_add_nodeMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected