MCPcopy 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

findAllMethod · 0.95
replaceMethod · 0.95
gcMethod · 0.95

Calls 1

getSyntacticItemMethod · 0.95

Tested by

no test coverage detected