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

Function ParseBinaryInt16

IceFireDB-SQLite/pkg/mysql/mysql/parse_binary.go:16–18  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

14}
15
16func ParseBinaryInt16(data []byte) int16 {
17 return int16(binary.LittleEndian.Uint16(data))
18}
19
20func ParseBinaryUint16(data []byte) uint16 {
21 return binary.LittleEndian.Uint16(data)

Callers 2

ParseBinaryMethod · 0.70

Calls

no outgoing calls

Tested by 1