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

Method getFileCount

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

Source from the content-addressed store, hash-verified

325 }
326
327 public int getFileCount() {
328 int i = 0;
329 for(FEntry f: getFileEntries()){
330 if(!f.isDir())
331 i++;
332 }
333 return i;
334 }
335
336 public int getFileCountInNUS() {
337 int i = 0;

Callers 1

NUSTitleMethod · 0.80

Calls 2

getFileEntriesMethod · 0.95
isDirMethod · 0.80

Tested by

no test coverage detected