Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
void CBloomFilter::clear()
116
{
117
vData.assign(vData.size(),0);
118
isFull = false;
119
isEmpty = true;
120
}
121
122
void CBloomFilter::reset(const unsigned int nNewTweak)
123
{
Callers
15
postprocess_translations
Function · 0.45
mine_large_block
Function · 0.45
SetNull
Method · 0.45
InitHTTPAllowList
Function · 0.45
StopHTTPServer
Function · 0.45
Unserialize_impl
Function · 0.45
Unserialize
Function · 0.45
resetBlock
Method · 0.45
CreateNewBlock
Method · 0.45
SortForBlock
Method · 0.45
Clear
Method · 0.45
ProcessMessage
Function · 0.45
Calls
2
assign
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected