Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ op_1
Function
op_1
code-ch08/op.py:73–75 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
71
72
73
def
op_1(stack):
74
stack.append(encode_num(1))
75
return
True
76
77
78
def
op_2(stack):
Callers
nothing calls this directly
Calls
1
encode_num
Function · 0.70
Tested by
no test coverage detected