Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
631
struct CScriptWitness
Callers
7
GetPubKey
Method · 0.45
GetScriptOp
Function · 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