Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ longJoiner
Method
longJoiner
src/test/java/org/dynjs/runtime/java/Thing.java:78–80 ·
view source on GitHub ↗
(long[] longs)
Source
from the content-addressed store, hash-verified
76
}
77
78
public
String longJoiner(long[] longs) {
79
return
joinArray(longs);
80
}
81
82
public
String shortJoiner(short[] shorts) {
83
return
joinArray(shorts);
Callers
nothing calls this directly
Calls
1
joinArray
Method · 0.95
Tested by
no test coverage detected