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

Method getSomeFloat

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

Source from the content-addressed store, hash-verified

32 }
33
34 public Float getSomeFloat() {
35 return 3.14F;
36 }
37
38 public Double getSomeDouble() {
39 return 3.14;

Callers 1

javaInteropSpec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected