MCPcopy Create free account
hub / github.com/comaps/comaps / read_uint_array

Function read_uint_array

tools/python/mwm/mwm_python.py:352–354  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

350
351
352def read_uint_array(f) -> List[int]:
353 length = read_varuint(f)
354 return [read_varuint(f) for _ in range(length)]
355
356
357def read_numeric_string(f) -> str:

Callers 1

__init__Method · 0.85

Calls 1

read_varuintFunction · 0.85

Tested by

no test coverage detected