Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ foreignInt64
Method
foreignInt64
cmd/Tracker.java:90–92 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
88
return
a;
89
}
90
public
synchronized long foreignInt64(long v) {
91
return
track(v);
92
}
93
public
synchronized long foreignToInt64(long v) {
94
Object a = this.get(v);
95
if
(a instanceof Integer) {
Callers
nothing calls this directly
Calls
1
track
Method · 0.95
Tested by
no test coverage detected