MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / empty

Method empty

src/script/interpreter.cpp:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293public:
294 bool empty() const { return m_stack_size == 0; }
295 bool all_true() const { return m_first_false_pos == NO_FALSE; }
296 void push_back(bool f)
297 {

Callers 15

GetPubKeyMethod · 0.45
HavePrivateKeysMethod · 0.45
GetMaxKeyExprMethod · 0.45
GetKeyCountMethod · 0.45
ParseKeyPathFunction · 0.45
ParsePubkeyFunction · 0.45
FromStringMethod · 0.45
ParseScriptFunction · 0.45
CheckChecksumFunction · 0.45
ParseFunction · 0.45
InferTaprootTreeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected