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

Method move

src/test/prevector_tests.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void move() {
175 real_vector = std::move(real_vector_alt);
176 real_vector_alt.clear();
177 pre_vector = std::move(pre_vector_alt);
178 pre_vector_alt.clear();
179 }
180
181 void copy() {
182 real_vector = real_vector_alt;

Callers 4

_run_subtestMethod · 0.80
run_testMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
showShutdownWindowMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected