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

Method getFileCountInNUS

src/de/mas/jnustool/FST.java:336–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334 }
335
336 public int getFileCountInNUS() {
337 int i = 0;
338 for(FEntry f: getFileEntries()){
339 if(!f.isDir() && f.isInNUSTitle())
340 i++;
341 }
342 return i;
343 }
344
345 public String notInNUS() {
346 StringBuilder sb = new StringBuilder();

Callers 1

NUSTitleMethod · 0.80

Calls 3

getFileEntriesMethod · 0.95
isDirMethod · 0.80
isInNUSTitleMethod · 0.80

Tested by

no test coverage detected