Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ foreignFloat64
Method
foreignFloat64
cmd/Tracker.java:100–102 ·
view source on GitHub ↗
(double v)
Source
from the content-addressed store, hash-verified
98
return
(Long)a;
99
}
100
public
synchronized long foreignFloat64(double v) {
101
return
track(v);
102
}
103
public
synchronized double foreignToFloat64(long v) {
104
Object a = this.get(v);
105
if
(a instanceof Float) {
Callers
nothing calls this directly
Calls
1
track
Method · 0.95
Tested by
no test coverage detected