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

Method WhileyFile

src/main/java/wyc/lang/WhileyFile.java:27–29  ·  view source on GitHub ↗
(Trie ID, byte[] bytes)

Source from the content-addressed store, hash-verified

25 private final Trie path;
26
27 public WhileyFile(Trie ID, byte[] bytes) {
28 this(ID, new String(bytes));
29 }
30
31 public WhileyFile(Trie ID, String content) {
32 super(content);

Callers

nothing calls this directly

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected