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

Method shortJoiner

src/test/java/org/dynjs/runtime/java/Thing.java:82–84  ·  view source on GitHub ↗
(short[] shorts)

Source from the content-addressed store, hash-verified

80 }
81
82 public String shortJoiner(short[] shorts) {
83 return joinArray(shorts);
84 }
85
86 protected String joinArray(Object array) {
87 int length = Array.getLength(array);

Callers

nothing calls this directly

Calls 1

joinArrayMethod · 0.95

Tested by

no test coverage detected