MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / _unpack

Function _unpack

src/fallback/umsgpack/umsgpack.py:772–774  ·  view source on GitHub ↗
(fp, options)

Source from the content-addressed store, hash-verified

770
771
772def _unpack(fp, options):
773 code = _read_except(fp, 1)
774 return _unpack_dispatch_table[code](code, fp, options)
775
776########################################
777

Callers 6

_unpack_arrayFunction · 0.85
_unpack_mapFunction · 0.85
_unpack2Function · 0.85
_unpack3Function · 0.85
_unpackb2Function · 0.85
_unpackb3Function · 0.85

Calls 1

_read_exceptFunction · 0.85

Tested by

no test coverage detected