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