Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
struct CScriptWitness
Callers
10
Expand
Method · 0.45
GetScriptOp
Function · 0.45
Solver
Function · 0.45
ExtractDestinations
Function · 0.45
operator()
Method · 0.45
SetNull
Method · 0.45
SignStep
Function · 0.45
ProduceSignature
Function · 0.45
DataFromTransaction
Function · 0.45
FromSignatureData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected