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

Method GetAndClear

src/streams.h:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 void GetAndClear(CSerializeData &d) {
411 d.insert(d.end(), begin(), end());
412 clear();
413 }
414
415 /**
416 * XOR the contents of this stream with a certain key.

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64