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

Method getH3Path

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

Source from the content-addressed store, hash-verified

284 return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".app";
285 }
286 public String getH3Path() {
287 return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".h3";
288 }
289
290 public long getTitleID() {
291 return fst.getTmd().titleID;

Callers 1

getH3Method · 0.95

Calls 3

getNUScontentIDMethod · 0.95
getContentPathMethod · 0.45
getTmdMethod · 0.45

Tested by

no test coverage detected