Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ clear
Method
clear
src/script/script.h:729–733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
std::string ToString() const;
728
729
void clear()
730
{
731
CScriptBase::clear();
732
shrink_to_fit();
733
}
734
};
735
736
struct CScriptWitness
Callers
8
Solver
Function · 0.45
ExtractDestinations
Function · 0.45
operator()
Method · 0.45
GetOp2
Method · 0.45
SetNull
Method · 0.45
SignStep
Function · 0.45
ProduceSignature
Function · 0.45
CombineSignatures
Function · 0.45
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected