MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / isExtractWithHash

Method isExtractWithHash

src/de/mas/jnustool/FEntry.java:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 public boolean isExtractWithHash() {
82 return extract_withHash;
83 }
84
85 private void setExtractWithHash(boolean extract_withHash) {
86 this.extract_withHash = extract_withHash;

Callers 3

downloadAndDecryptMethod · 0.80
decryptStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected