MCPcopy 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
56func ParseBinaryFloat64(data []byte) float64 {
57 return math.Float64frombits(binary.LittleEndian.Uint64(data))
58}

Callers 1

ParseBinaryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected