MCPcopy Create free account
hub / github.com/gomatcha/matcha / toObject

Method toObject

cmd/GoValue.java:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 private static native long matchaGoType(String a);
62
63 public Object toObject() {
64 long foreignRef = matchaGoToForeign(this.goRef);
65 return Tracker.singleton().get(foreignRef);
66 }
67 public boolean toBool() {
68 return matchaGoToBool(this.goRef);
69 }

Callers 1

ExampleJavaBridgeClass · 0.80

Calls 3

matchaGoToForeignMethod · 0.95
singletonMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected