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