MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / insert

Method insert

src/test/prevector_tests.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void insert(Size position, const T& value) {
97 real_vector.insert(real_vector.begin() + position, value);
98 pre_vector.insert(pre_vector.begin() + position, value);
99 test();
100 }
101
102 void insert(Size position, Size count, const T& value) {
103 real_vector.insert(real_vector.begin() + position, count, value);

Callers 15

BasicSolveMethod · 0.45
CollideBranchesFunction · 0.45
OptimisedSolveMethod · 0.45
FeeFilterRounderMethod · 0.45
InitializeMethod · 0.45
sendmanyFunction · 0.45
listunspentFunction · 0.45
FundTransactionFunction · 0.45
listlabelsFunction · 0.45
AddKeypathToMapFunction · 0.45
SerializeMethod · 0.45
VerifyMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected