MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / clear

Method clear

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

Source from the content-addressed store, hash-verified

567 }
568
569 void clear()
570 {
571 // The default prevector::clear() does not release memory
572 CScriptBase::clear();
573 shrink_to_fit();
574 }
575};
576
577struct CScriptWitness

Callers 8

HavePrivateKeysMethod · 0.45
GetScriptOpFunction · 0.45
miniscript.cppFile · 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