Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Float64ToUint64
Function
Float64ToUint64
IceFireDB-SQLite/utils/zeroalloc.go:25–27 ·
view source on GitHub ↗
(val float64)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
Float64ToUint64(val float64) uint64 {
26
return
*(*uint64)(unsafe.Pointer(&val))
27
}
Callers
2
ParseText
Method · 0.92
ParseBinary
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected