Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ ParseBinaryFloat64
Function
ParseBinaryFloat64
IceFireDB-SQLite/pkg/mysql/mysql/parse_binary.go:56–58 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
ParseBinaryFloat64(data []byte) float64 {
57
return
math.Float64frombits(binary.LittleEndian.Uint64(data))
58
}
Callers
1
ParseBinary
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected