MCPcopy Create free account
hub / github.com/golang/mobile / track

Method track

bind/java/Seq.java:257–259  ·  view source on GitHub ↗
(int refnum, GoObject obj)

Source from the content-addressed store, hash-verified

255 private final Collection<GoRef> refs = Collections.synchronizedCollection(new HashSet<GoRef>());
256
257 void track(int refnum, GoObject obj) {
258 refs.add(new GoRef(refnum, obj, this));
259 }
260
261 GoRefQueue() {
262 Thread daemon = new Thread(new Runnable() {

Callers 1

trackGoRefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected