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