Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ read_varint
Function
read_varint
tools/python/mwm/mwm_python.py:469–470 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
467
468
469
def
read_varint(f) -> int:
470
return
zigzag_decode(read_varuint(f))
Callers
2
__init__
Method · 0.85
read_bounds
Function · 0.85
Calls
2
zigzag_decode
Function · 0.85
read_varuint
Function · 0.85
Tested by
no test coverage detected