Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ IsNull
Method
IsNull
src/script/script.h:745–745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
CScriptWitness() { }
744
745
bool IsNull() const { return stack.empty(); }
746
747
void SetNull() { stack.clear(); stack.shrink_to_fit(); }
748
Callers
5
VerifyScript
Function · 0.45
UpdateTransaction
Function · 0.45
read_block
Function · 0.45
updateAlert
Method · 0.45
decomposeTransaction
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
1
read_block
Function · 0.36