Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ toString
Method
toString
jnode-core/src/jnode/jscript/IJscriptHelper.java:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
public
abstract Version getVersion();
36
37
public
String toString() {
38
return
String.format(
"%s %s"
, getClass().getSimpleName(), getVersion()
39
.toString());
40
}
41
}
Callers
3
loadHelper
Method · 0.95
report
Method · 0.45
out
Method · 0.45
Calls
2
getVersion
Method · 0.95
format
Method · 0.80
Tested by
no test coverage detected