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

Function ParseBinaryInt64

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

Source from the content-addressed store, hash-verified

42}
43
44func ParseBinaryInt64(data []byte) int64 {
45 return int64(binary.LittleEndian.Uint64(data))
46}
47
48func ParseBinaryUint64(data []byte) uint64 {
49 return binary.LittleEndian.Uint64(data)

Callers 2

ParseBinaryMethod · 0.70

Calls

no outgoing calls

Tested by 1