Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maschell/JNUSTool
/ isDir
Method
isDir
src/de/mas/jnustool/FEntry.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
public
boolean isDir() {
66
return
dir;
67
}
68
69
private
void
setDir(boolean dir) {
70
this.dir = dir;
Callers
4
getFileCount
Method · 0.80
getFileCountInNUS
Method · 0.80
notInNUS
Method · 0.80
decrypt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected