Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
ParseBinaryInt8(data []byte) int8 {
9
return
int8(data[0])
10
}
11
12
func
ParseBinaryUint8(data []byte) uint8 {
13
return
data[0]
Callers
2
TestMysqlParseBinaryInt8
Method · 0.70
ParseBinary
Method · 0.70
Calls
no outgoing calls
Tested by
1
TestMysqlParseBinaryInt8
Method · 0.56