MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsNull

Method IsNull

src/script/script.h:640–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 CScriptWitness() { }
639
640 bool IsNull() const { return stack.empty(); }
641
642 void SetNull() { stack.clear(); stack.shrink_to_fit(); }
643

Callers 15

GetKeyForDestinationFunction · 0.45
pushassetFunction · 0.45
pushvalueFunction · 0.45
GetOutpointFlagFunction · 0.45
EvalScriptFunction · 0.45
SerializeInputMethod · 0.45
GetIssuanceSHA256Function · 0.45
InitMethod · 0.45
SignatureHashSchnorrFunction · 0.45
SignatureHashFunction · 0.45
CheckECDSASignatureMethod · 0.45
VerifyScriptFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected