MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / getField

Method getField

src/main/java/net/bluejekyll/wasmtime/ty/F64.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 @Override
11 public Double getField() {
12 return this.field;
13 }
14
15 public double doubleValue() {
16 return this.field;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected