Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compare
Method · 0.45
get
Method · 0.45
setLanguage
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected