MCPcopy Create free account
hub / github.com/LUX-Core/lux / clear

Method clear

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

Source from the content-addressed store, hash-verified

727 std::string ToString() const;
728
729 void clear()
730 {
731 CScriptBase::clear();
732 shrink_to_fit();
733 }
734};
735
736struct CScriptWitness

Callers 8

SolverFunction · 0.45
ExtractDestinationsFunction · 0.45
operator()Method · 0.45
GetOp2Method · 0.45
SetNullMethod · 0.45
SignStepFunction · 0.45
ProduceSignatureFunction · 0.45
CombineSignaturesFunction · 0.45

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected