MCPcopy Create free account
hub / github.com/dynjs/dynjs / booleanJoiner

Method booleanJoiner

src/test/java/org/dynjs/runtime/java/Thing.java:54–56  ·  view source on GitHub ↗
(boolean[] bools)

Source from the content-addressed store, hash-verified

52 }
53
54 public String booleanJoiner(boolean[] bools) {
55 return joinArray(bools);
56 }
57
58 public String byteJoiner(byte[] bytes) {
59 return joinArray(bytes);

Callers

nothing calls this directly

Calls 1

joinArrayMethod · 0.95

Tested by

no test coverage detected