MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / toString

Method toString

The 5zig Mod/src/eu/the5zig/mod/I18n.java:380–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 public String md5;
379
380 @Override
381 public String toString() {
382 return "LanguageJSON{" + "name='" + name + '\'' + ", md5='" + md5 + '\'' + '}';
383 }
384 }
385
386}

Callers 4

compareMethod · 0.45
getMethod · 0.45
setLanguageMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected