Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
577
struct CScriptWitness
Callers
8
HavePrivateKeys
Method · 0.45
GetScriptOp
Function · 0.45
miniscript.cpp
File · 0.45
Solver
Function · 0.45
SetNull
Method · 0.45
SignStep
Function · 0.45
ProduceSignature
Function · 0.45
DataFromTransaction
Function · 0.45
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected