Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ log
Method
log
jnode-core/src/jnode/jscript/JScriptConsole.java:7–9 ·
view source on GitHub ↗
(Object a)
Source
from the content-addressed store, hash-verified
5
private
final
StringBuilder sb =
new
StringBuilder();
6
7
public
void
log(Object a){
8
sb.append(String.valueOf(a));
9
}
10
11
public
String out(){
12
return
sb.toString();
Callers
1
executeScriptWithConsole
Method · 0.95
Calls
1
append
Method · 0.80
Tested by
no test coverage detected