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

Method callWithParameters

src/test/java/org/dynjs/runtime/java/Foobar.java:26–28  ·  view source on GitHub ↗
(String param, boolean tf)

Source from the content-addressed store, hash-verified

24 public abstract int[] doItWithPrimitiveIntArray(int[] param);
25
26 public String callWithParameters(String param, boolean tf) {
27 return doItWithParameters(param, tf);
28 }
29
30 public Integer callWithInt(Integer param) {
31 return doItWithInt(param);

Callers 1

javaInteropSpec.jsFile · 0.80

Calls 1

doItWithParametersMethod · 0.95

Tested by

no test coverage detected