MCPcopy 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
402def op_equalverify(stack):
403 return op_equal(stack) and op_verify(stack)
404
405
406def op_1add(stack):

Callers

nothing calls this directly

Calls 2

op_equalFunction · 0.70
op_verifyFunction · 0.70

Tested by

no test coverage detected