Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ _CheckExec
Function
_CheckExec
bitcoin/core/scripteval.py:355–359 ·
view source on GitHub ↗
(vfExec)
Source
from the content-addressed store, hash-verified
353
354
355
def
_CheckExec(vfExec):
356
for
b in vfExec:
357
if
not b:
358
return
False
359
return
True
360
361
362
def
_EvalScript(stack, scriptIn, txTo, inIdx, flags=()):
Callers
1
_EvalScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected