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