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

Method getName

src/de/mas/jnustool/FEntry.java:306–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 @Override
307 public String getName() {
308 return getFileName();
309 }
310
311 public byte[] getHash() {
312 return Arrays.copyOfRange(hash,0,20);

Callers

nothing calls this directly

Calls 1

getFileNameMethod · 0.95

Tested by

no test coverage detected