Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ empty
Method
empty
src/script/interpreter.cpp:404–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
403
public:
404
bool empty() const { return m_stack_size == 0; }
405
bool all_true() const { return m_first_false_pos == NO_FALSE; }
406
void push_back(bool f)
407
{
Callers
15
ToStringSubScriptHelper
Method · 0.45
ParsePubkey
Function · 0.45
ParseScript
Function · 0.45
CheckChecksum
Function · 0.45
popstack
Function · 0.45
FindAndDelete
Function · 0.45
EvalTapScriptCheckSigFromStack
Function · 0.45
EvalChecksigTapscript
Function · 0.45
EvalScript
Function · 0.45
Init
Method · 0.45
CheckECDSASignature
Method · 0.45
VerifyWitnessProgram
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected