MCPcopy 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

getFileCountMethod · 0.80
getFileCountInNUSMethod · 0.80
notInNUSMethod · 0.80
decryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected