MCPcopy 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

VerifyScriptFunction · 0.45
UpdateTransactionFunction · 0.45
read_blockFunction · 0.45
updateAlertMethod · 0.45
decomposeTransactionMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

read_blockFunction · 0.36