Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ stringJoiner
Method
stringJoiner
src/test/java/org/dynjs/runtime/java/Thing.java:50–52 ·
view source on GitHub ↗
(String[] strings)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
String stringJoiner(String[] strings) {
51
return
joinArray(strings);
52
}
53
54
public
String booleanJoiner(boolean[] bools) {
55
return
joinArray(bools);
Callers
nothing calls this directly
Calls
1
joinArray
Method · 0.95
Tested by
no test coverage detected