Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Standard-Intelligence/hertz-dev
/ unpack_one
Function
unpack_one
ioblocks.py:100–101 ·
view source on GitHub ↗
(t, ps, pattern)
Source
from the content-addressed store, hash-verified
98
return
pack([t], pattern)
99
100
def
unpack_one(t, ps, pattern):
101
return
unpack(t, ps, pattern)[0]
102
103
def
first(l):
104
return
l[0]
Callers
1
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected