Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jimmysong/programmingbitcoin
/ op_equalverify
Function
op_equalverify
code-ch08/op.py:402–403 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
400
401
402
def
op_equalverify(stack):
403
return
op_equal(stack) and op_verify(stack)
404
405
406
def
op_1add(stack):
Callers
nothing calls this directly
Calls
2
op_equal
Function · 0.70
op_verify
Function · 0.70
Tested by
no test coverage detected