Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cov
Function · 0.80
get_or_add_node
Method · 0.80
new
Method · 0.80
instantiate
Method · 0.80
analyze
Method · 0.80
execute
Method · 0.80
generate_cfg_in_dot_format
Function · 0.80
dependency_graph
Function · 0.80
get_or_add_node
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected