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

Method decRef

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

Source from the content-addressed store, hash-verified

103
104 // decRef is called from seq.FinalizeRef
105 static void decRef(int refnum) {
106 tracker.dec(refnum);
107 }
108
109 // A GoObject is a Java class implemented in Go. When a GoObject
110 // is passed to Go, it is wrapped in a Go proxy, to make it behave

Callers

nothing calls this directly

Calls 1

decMethod · 0.80

Tested by

no test coverage detected