MCPcopy Index your code
hub / github.com/golang/mobile / getRef

Method getRef

bind/java/Seq.java:91–93  ·  view source on GitHub ↗
(int refnum)

Source from the content-addressed store, hash-verified

89 }
90
91 public static Ref getRef(int refnum) {
92 return tracker.get(refnum);
93 }
94
95 // Increment the Go reference count before sending over a refnum.
96 // The ref parameter is only used to make sure the referenced

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected