Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ foreignGoRef
Method
foreignGoRef
cmd/Tracker.java:110–112 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
108
return
(Double)a;
109
}
110
public
synchronized long foreignGoRef(long v) {
111
return
track(
new
GoValue(v, false));
112
}
113
public
synchronized long foreignToGoRef(long v) {
114
return
((GoValue)this.get(v)).goRef;
115
}
Callers
nothing calls this directly
Calls
1
track
Method · 0.95
Tested by
no test coverage detected