Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
localValidDecryptedFileFound
Method · 0.95
downloadAndDecrypt
Method · 0.80
decryptStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected