MCPcopy Create free account
hub / github.com/ElementsProject/elements / insert

Method insert

src/test/fuzz/prevector.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void insert(Size position, const T& value)
89 {
90 real_vector.insert(real_vector.begin() + position, value);
91 pre_vector.insert(pre_vector.begin() + position, value);
92 }
93
94 void insert(Size position, Size count, const T& value)
95 {

Callers 15

BOOST_FIXTURE_TEST_CASEFunction · 0.45
SetNetworkOnlyArgMethod · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
CheckMethod · 0.45
NewTxHashMethod · 0.45
NewPeerMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
operator()Method · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
ExcludeIndividualFlagsFunction · 0.45
NegateSignatureSFunction · 0.45
TestBuilderClass · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected