MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / erase

Method erase

src/test/fuzz/prevector.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void erase(Size position)
106 {
107 real_vector.erase(real_vector.begin() + position);
108 pre_vector.erase(pre_vector.begin() + position);
109 }
110
111 void erase(Size first, Size last)
112 {

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
InteractMethod · 0.45
ReceiveKeyMethod · 0.45
ReceivePacketMethod · 0.45
ReceiveGarbageMethod · 0.45
CheckExpiredMethod · 0.45
BuildBigPriorityTestMethod · 0.45
CallRPCMethod · 0.45
NegateSignatureSFunction · 0.45
TestBuilderClass · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected