MCPcopy
hub / github.com/Col-E/Recaf / toString

Method toString

src/main/java/me/coley/recaf/workspace/JavaResource.java:521–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519 public abstract ResourceLocation getName();
520
521 @Override
522 public String toString() {
523 return getShortName().toString();
524 }
525}
526// TODO: Allow resources to have update-checks, ex: the referenced resource is modified externally

Callers 12

getClassesMethod · 0.95
getFilesMethod · 0.95
getMethod · 0.45
loadClassesMethod · 0.45
loadClassesMethod · 0.45
populatePhantomsMethod · 0.45
loadSourcesMethod · 0.45
loadDocsMethod · 0.45
detectUrlKindMethod · 0.45
toJsonMethod · 0.45
serializeBaseMethod · 0.45
serializeExtrasMethod · 0.45

Calls 1

getShortNameMethod · 0.95

Tested by

no test coverage detected