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

Function ParseBinaryInt8

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

Source from the content-addressed store, hash-verified

6)
7
8func ParseBinaryInt8(data []byte) int8 {
9 return int8(data[0])
10}
11
12func ParseBinaryUint8(data []byte) uint8 {
13 return data[0]

Callers 2

ParseBinaryMethod · 0.70

Calls

no outgoing calls

Tested by 1