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

Method copy

src/test/prevector_tests.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void copy() {
182 real_vector = real_vector_alt;
183 pre_vector = pre_vector_alt;
184 }
185
186 ~prevector_tester() {
187 BOOST_CHECK_MESSAGE(passed, "insecure_rand: " + rand_seed.ToString());

Callers 2

__init__Method · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected