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

Method destroyRef

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

Source from the content-addressed store, hash-verified

100
101 // Informs the Go ref tracker that Java is done with this refnum.
102 static native void destroyRef(int refnum);
103
104 // decRef is called from seq.FinalizeRef
105 static void decRef(int refnum) {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected