Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ op_9
Function
op_9
code-ch08/op.py:113–115 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
111
112
113
def
op_9(stack):
114
stack.append(encode_num(9))
115
return
True
116
117
118
def
op_10(stack):
Callers
nothing calls this directly
Calls
1
encode_num
Function · 0.70
Tested by
no test coverage detected