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

Method clear

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

Source from the content-addressed store, hash-verified

552 }
553
554 void clear()
555 {
556 // The default prevector::clear() does not release memory
557 CScriptBase::clear();
558 shrink_to_fit();
559 }
560};
561
562struct CScriptWitness

Callers 10

ExpandMethod · 0.45
GetScriptOpFunction · 0.45
SolverFunction · 0.45
ExtractDestinationsFunction · 0.45
operator()Method · 0.45
SetNullMethod · 0.45
SignStepFunction · 0.45
ProduceSignatureFunction · 0.45
DataFromTransactionFunction · 0.45
FromSignatureDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected