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

Method clear

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

Source from the content-addressed store, hash-verified

621 }
622
623 void clear()
624 {
625 // The default prevector::clear() does not release memory
626 CScriptBase::clear();
627 shrink_to_fit();
628 }
629};
630
631struct CScriptWitness

Callers 7

GetPubKeyMethod · 0.45
GetScriptOpFunction · 0.45
SolverFunction · 0.45
SetNullMethod · 0.45
SignStepFunction · 0.45
ProduceSignatureFunction · 0.45
DataFromTransactionFunction · 0.45

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected