MCPcopy 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
100def unpack_one(t, ps, pattern):
101 return unpack(t, ps, pattern)[0]
102
103def first(l):
104 return l[0]

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected