Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ foreignToString
Method
foreignToString
cmd/Tracker.java:119–121 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
117
return
track(v);
118
}
119
public
synchronized String foreignToString(long v) {
120
return
(String)this.get(v);
121
}
122
public
synchronized long foreignBytes(byte[] v) {
123
return
track(v);
124
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected