Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vmihailenco/msgpack
/ DecodeInt16
Method
DecodeInt16
decode_number.go:251–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
func
(d *Decoder) DecodeInt16() (int16, error) {
252
n, err := d.DecodeInt64()
253
return
int16(n), err
254
}
255
256
func
(d *Decoder) DecodeInt32() (int32, error) {
257
n, err := d.DecodeInt64()
Callers
1
Decode
Method · 0.95
Calls
1
DecodeInt64
Method · 0.95
Tested by
no test coverage detected