Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/golang/mobile
/ incGoObjectRef
Method
incGoObjectRef
bind/java/Seq.java:70–72 ·
view source on GitHub ↗
(GoObject o)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
static
int
incGoObjectRef(GoObject o) {
71
return
o.incRefnum();
72
}
73
74
// trackGoRef tracks a Go reference and decrements its refcount
75
// when the given GoObject wrapper is garbage collected.
Callers
nothing calls this directly
Calls
1
incRefnum
Method · 0.65
Tested by
no test coverage detected