Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ ReadU64
Method
ReadU64
utils/binary/reader.go:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(r *Reader) ReadU64() (v uint64) {
114
return
readint[uint64](r)
115
}
116
117
func
(r *Reader) SkipBytes(length int) {
118
if
r.reader != nil {
Callers
3
SkipBytesWithLength
Method · 0.95
ReadBytesWithLength
Method · 0.95
ReadI64
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected