Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ op_5
Function
op_5
code-ch08/op.py:93–95 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
91
92
93
def
op_5(stack):
94
stack.append(encode_num(5))
95
return
True
96
97
98
def
op_6(stack):
Callers
nothing calls this directly
Calls
1
encode_num
Function · 0.70
Tested by
no test coverage detected