Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin-sv/bitcoin-sv
/ VerifyCleanStack
Function
VerifyCleanStack
src/script/script_flags.h:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
constexpr bool VerifyCleanStack(uint32_t flags)
163
{
164
return (flags & SCRIPT_VERIFY_CLEANSTACK) != 0;
165
}
166
167
constexpr bool VerifySigPushOnly(uint32_t flags)
168
{
Callers
2
script_flags.cpp
File · 0.85
VerifyScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected