Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ ReadUvarint
Method
ReadUvarint
utils/binary/reader.go:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
}
235
236
func
(r *Reader) ReadUvarint() (uint64, error) {
237
return
binary.ReadUvarint(r)
238
}
Callers
1
ParseMessageElements
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected