MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / ParseBinaryUint64

Function ParseBinaryUint64

IceFireDB-SQLProxy/pkg/mysql/mysql/parse_binary.go:48–50  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

46}
47
48func ParseBinaryUint64(data []byte) uint64 {
49 return binary.LittleEndian.Uint64(data)
50}
51
52func ParseBinaryFloat32(data []byte) float32 {
53 return math.Float32frombits(binary.LittleEndian.Uint32(data))

Callers 2

ParseBinaryMethod · 0.70

Calls

no outgoing calls

Tested by 1