Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimmysong/programmingbitcoin
/ op_0
Function
op_0
code-ch08/op.py:63–65 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
61
62
63
def
op_0(stack):
64
stack.append(encode_num(0))
65
return
True
66
67
68
def
op_1negate(stack):
Callers
nothing calls this directly
Calls
1
encode_num
Function · 0.70
Tested by
no test coverage detected