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

Method clear

src/bloom.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void CBloomFilter::clear()
116{
117 vData.assign(vData.size(),0);
118 isFull = false;
119 isEmpty = true;
120}
121
122void CBloomFilter::reset(const unsigned int nNewTweak)
123{

Callers 15

postprocess_translationsFunction · 0.45
mine_large_blockFunction · 0.45
SetNullMethod · 0.45
InitHTTPAllowListFunction · 0.45
StopHTTPServerFunction · 0.45
Unserialize_implFunction · 0.45
UnserializeFunction · 0.45
resetBlockMethod · 0.45
CreateNewBlockMethod · 0.45
SortForBlockMethod · 0.45
ClearMethod · 0.45
ProcessMessageFunction · 0.45

Calls 2

assignMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected