Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
public:
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
GetPubKey
Method · 0.45
HavePrivateKeys
Method · 0.45
GetMaxKeyExpr
Method · 0.45
GetKeyCount
Method · 0.45
ToStringSubScriptHelper
Method · 0.45
ParseKeyPath
Function · 0.45
ParsePubkey
Function · 0.45
FromString
Method · 0.45
ParseScript
Function · 0.45
CheckChecksum
Function · 0.45
Parse
Function · 0.45
InferTaprootTree
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected