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

Method toString

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

Source from the content-addressed store, hash-verified

320 }
321
322 @Override
323 public String toString(){
324 return "entryCount: " + totalContentCount+ " entries: " + totalEntries;
325 }
326
327 public int getFileCount() {
328 int i = 0;

Callers 3

readMetaMethod · 0.45
parseMethod · 0.45
notInNUSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected