Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getRootItem
Method
getRootItem
src/main/java/wycc/util/AbstractHeap.java:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
@Override
61
public
Item getRootItem() {
62
return
getSyntacticItem(root);
63
}
64
65
@Override
66
public
void
setRootItem(Item item) {
Callers
3
findAll
Method · 0.95
replace
Method · 0.95
gc
Method · 0.95
Calls
1
getSyntacticItem
Method · 0.95
Tested by
no test coverage detected