Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
772
def
_unpack(fp, options):
773
code = _read_except(fp, 1)
774
return
_unpack_dispatch_table[code](code, fp, options)
775
776
########################################
777
Callers
6
_unpack_array
Function · 0.85
_unpack_map
Function · 0.85
_unpack2
Function · 0.85
_unpack3
Function · 0.85
_unpackb2
Function · 0.85
_unpackb3
Function · 0.85
Calls
1
_read_except
Function · 0.85
Tested by
no test coverage detected