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