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

Method getSomeNull

src/test/java/org/dynjs/runtime/java/Thing.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public Object getSomeNull() {
35 return someNull;
36 }
37
38 public String intMethod(int arg) {
39 return String.valueOf(arg);

Callers 1

javaInteropSpec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected