MCPcopy 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_FOREACHFunction · 0.45
SolverFunction · 0.45
ExtractDestinationsFunction · 0.45
operator()Method · 0.45
GetOp2Method · 0.45
SignStepFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected