Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ ReadI32
Method
ReadI32
utils/binary/reader.go:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
func
(r *Reader) ReadI32() (v int32) {
225
return
int32(r.ReadU32())
226
}
227
228
func
(r *Reader) ReadI64() (v int64) {
229
return
int64(r.ReadU64())
Callers
2
ReadResponse
Method · 0.95
readSSOFrame
Method · 0.95
Calls
1
ReadU32
Method · 0.95
Tested by
no test coverage detected