Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ AbstractHeap
Method
AbstractHeap
src/main/java/wycc/util/AbstractHeap.java:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
protected
int
root;
37
38
public
AbstractHeap() {
39
40
}
41
42
public
AbstractHeap(Syntactic.Heap heap) {
43
// Copy over the root
Callers
nothing calls this directly
Calls
6
clone
Method · 0.95
allocate
Method · 0.95
getIndex
Method · 0.65
getRootItem
Method · 0.65
size
Method · 0.65
getSyntacticItem
Method · 0.65
Tested by
no test coverage detected