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

Method matches

src/main/java/wycc/util/Trie.java:120–122  ·  view source on GitHub ↗
(Trie id)

Source from the content-addressed store, hash-verified

118 }
119
120 public boolean matches(Trie id) {
121 return match(id, 0, 0, false);
122 }
123
124 public String last() {
125 return component;

Callers

nothing calls this directly

Calls 1

matchMethod · 0.95

Tested by

no test coverage detected