Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Exec
Method
Exec
src/script/miniscript.h:460–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
bool Valid() const { return valid; }
459
int32_t NetDiff() const { return netdiff; }
460
int32_t Exec() const { return exec; }
461
462
/** Script set union. */
463
constexpr friend SatInfo operator|(const SatInfo& a, const SatInfo& b) noexcept
Callers
1
GetExecStackSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected