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

Method toString

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

Source from the content-addressed store, hash-verified

169 }
170
171 @Override
172 public String toString() {
173 return pack != null ? pack.toString() : filename;
174 }
175 }
176 private static final Deque<SearchPath> searchPaths = new ArrayDeque<>();
177

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected