MCPcopy Create free account
hub / github.com/demoth/jake2 / toString

Method toString

qcommon/src/main/java/jake2/qcommon/filesystem/FS.java:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 @Override
122 public String toString() {
123 return filename + " (" + numfiles + ')';
124 }
125 }
126
127 private static String fs_gamedir;

Callers 4

toStringMethod · 0.45
ReadMethod · 0.45
LoadFileMethod · 0.45
Path_fMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected