Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
EncodeInt16(i int16) []byte {
53
return
LeEncodeInt16(i)
54
}
55
56
func
EncodeUint16(i uint16) []byte {
57
return
LeEncodeUint16(i)
Callers
1
LeEncodeInt
Function · 0.85
Calls
1
LeEncodeInt16
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…