MCPcopy 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
235func Uint16ToBytes(n uint16) []byte {
236 return []byte{
237 byte(n),
238 byte(n >> 8),
239 }
240}
241
242func Uint32ToBytes(n uint32) []byte {
243 return []byte{

Callers 3

DumpMethod · 0.70
writeMethod · 0.50
writePrepareMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected