Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ puts
Method
puts
src/main/java/org/dynjs/runtime/modules/UtilModule.java:42–47 ·
view source on GitHub ↗
(Object... args)
Source
from the content-addressed store, hash-verified
40
}
41
42
@Export
43
public
void
puts(Object... args) {
44
for
(Object arg : args) {
45
System.out.println(arg.toString());
46
}
47
}
48
49
@Export
50
public
void
print(Object... args) {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected