MCPcopy 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
469def read_varint(f) -> int:
470 return zigzag_decode(read_varuint(f))

Callers 2

__init__Method · 0.85
read_boundsFunction · 0.85

Calls 2

zigzag_decodeFunction · 0.85
read_varuintFunction · 0.85

Tested by

no test coverage detected