Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CASE
Function · 0.80
Calls
2
insert
Method · 0.45
end
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64