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

Method apply

src/main/java/wycc/util/testing/TestFile.java:74–78  ·  view source on GitHub ↗
(Map<Trie,TextFile> state)

Source from the content-addressed store, hash-verified

72 }
73
74 public void apply(Map<Trie,TextFile> state) {
75 for(Action a : actions) {
76 a.apply(state);
77 }
78 }
79
80 @Override
81 public String toString() {

Callers

nothing calls this directly

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected