Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ op_3
Function
op_3
code-ch08/op.py:83–85 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
81
82
83
def
op_3(stack):
84
stack.append(encode_num(3))
85
return
True
86
87
88
def
op_4(stack):
Callers
nothing calls this directly
Calls
1
encode_num
Function · 0.70
Tested by
no test coverage detected