Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ ReadI16
Method
ReadI16
utils/binary/reader.go:220–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
func
(r *Reader) ReadI16() (v int16) {
221
return
int16(r.ReadU16())
222
}
223
224
func
(r *Reader) ReadI32() (v int32) {
225
return
int32(r.ReadU32())
Callers
nothing calls this directly
Calls
1
ReadU16
Method · 0.95
Tested by
no test coverage detected