Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Uint16ToBytes
Function
Uint16ToBytes
IceFireDB-SQLProxy/pkg/mysql/mysql/util.go:235–240 ·
view source on GitHub ↗
(n uint16)
Source
from the content-addressed store, hash-verified
233
}
234
235
func
Uint16ToBytes(n uint16) []byte {
236
return
[]byte{
237
byte(n),
238
byte(n >> 8),
239
}
240
}
241
242
func
Uint32ToBytes(n uint32) []byte {
243
return
[]byte{
Callers
3
Dump
Method · 0.70
write
Method · 0.50
writePrepare
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected