MCPcopy 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
403public:
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

ParsePubkeyFunction · 0.45
ParseScriptFunction · 0.45
CheckChecksumFunction · 0.45
popstackFunction · 0.45
FindAndDeleteFunction · 0.45
EvalChecksigTapscriptFunction · 0.45
EvalScriptFunction · 0.45
InitMethod · 0.45
CheckECDSASignatureMethod · 0.45
VerifyWitnessProgramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected