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

Method GoValue

cmd/GoValue.java:14–16  ·  view source on GitHub ↗
(long goref, boolean empty)

Source from the content-addressed store, hash-verified

12 protected long goRef;
13
14 protected GoValue(long goref, boolean empty) {
15 this.goRef = goref;
16 }
17 public GoValue(Object v) {
18 this(matchaGoForeign(Tracker.singleton().track(v)), false);
19 }

Callers

nothing calls this directly

Calls 9

matchaGoForeignMethod · 0.95
singletonMethod · 0.95
matchaGoBoolMethod · 0.95
matchaGoLongMethod · 0.95
matchaGoDoubleMethod · 0.95
matchaGoStringMethod · 0.95
matchaGoByteArrayMethod · 0.95
makeGoArrayMethod · 0.95
trackMethod · 0.80

Tested by

no test coverage detected