Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ cfg
Method
cfg
language/move-binary-format/src/binary_views.rs:398–400 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
396
}
397
398
pub fn cfg(&self) -> &VMControlFlowGraph {
399
&self.cfg
400
}
401
}
Callers
4
verify
Method · 0.80
analyze_function
Method · 0.80
execute_block
Method · 0.80
verify
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected