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

Method incRefnum

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

Source from the content-addressed store, hash-verified

56 static native void setContext(java.lang.Object ctx);
57
58 public static void incRefnum(int refnum) {
59 tracker.incRefnum(refnum);
60 }
61
62 // incRef increments the reference count of Java objects.
63 // For proxies for Go objects, it calls into the Proxy method

Callers

nothing calls this directly

Calls 1

incRefnumMethod · 0.65

Tested by

no test coverage detected