MCPcopy
hub / github.com/gogf/gf / EncodeInt16

Function EncodeInt16

encoding/gbinary/gbinary.go:52–54  ·  view source on GitHub ↗
(i int16)

Source from the content-addressed store, hash-verified

50}
51
52func EncodeInt16(i int16) []byte {
53 return LeEncodeInt16(i)
54}
55
56func EncodeUint16(i uint16) []byte {
57 return LeEncodeUint16(i)

Callers 1

LeEncodeIntFunction · 0.85

Calls 1

LeEncodeInt16Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…