Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ root
Method
root
language/move-prover/bytecode/src/access_path.rs:565–567 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
563
}
564
565
pub fn root(&self) -> &Root {
566
&self.root
567
}
568
569
pub fn offsets(&self) -> &[Offset] {
570
&self.offsets
Callers
3
normalize
Method · 0.45
get_node
Method · 0.45
remove_node
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected