MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / replace

Method replace

src/main/java/wycc/util/AbstractHeap.java:179–182  ·  view source on GitHub ↗
(T from, T to)

Source from the content-addressed store, hash-verified

177 }
178
179 @Override
180 public <T extends Item> void replace(T from, T to) {
181 replaceAll(getRootItem(), from, to, new BitSet());
182 }
183
184 @Override
185 public <T extends Item> T allocate(T item) {

Callers

nothing calls this directly

Calls 2

replaceAllMethod · 0.95
getRootItemMethod · 0.95

Tested by

no test coverage detected