Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ clear
Method
clear
src/script/script.h:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void clear()
627
{
628
// The default std::vector::clear() does not release memory.
629
std::vector<unsigned char>().swap(*this);
630
}
631
};
632
633
#endif // BITCOIN_SCRIPT_SCRIPT_H
Callers
6
BOOST_FOREACH
Function · 0.45
Solver
Function · 0.45
ExtractDestinations
Function · 0.45
operator()
Method · 0.45
GetOp2
Method · 0.45
SignStep
Function · 0.45
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected