Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ ReadI64
Method
ReadI64
utils/binary/reader.go:228–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
}
227
228
func
(r *Reader) ReadI64() (v int64) {
229
return
int64(r.ReadU64())
230
}
231
232
func
(r *Reader) ReadVarint() (int64, error) {
233
return
binary.ReadVarint(r)
Callers
nothing calls this directly
Calls
1
ReadU64
Method · 0.95
Tested by
no test coverage detected