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

Method insert_range

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

Source from the content-addressed store, hash-verified

99
100 template <typename I>
101 void insert_range(Size position, I first, I last)
102 {
103 real_vector.insert(real_vector.begin() + position, first, last);
104 pre_vector.insert(pre_vector.begin() + position, first, last);
105 }
106
107 void erase(Size position)
108 {

Callers 1

FUZZ_TARGETFunction · 0.45

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected