Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ reset
Method
reset
src/common/bloom.cpp:241–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void CRollingBloomFilter::reset()
242
{
243
nTweak = FastRandomContext().rand<unsigned int>();
244
nEntriesThisGeneration = 0;
245
nGeneration = 1;
246
std::fill(data.begin(), data.end(), 0);
247
}
Callers
15
ResetCoinsViews
Method · 0.45
ClearKeyData
Method · 0.45
ClearKeyPairData
Method · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Method · 0.45
Disconnect
Method · 0.45
bit_packed_atomic_flags
Method · 0.45
DeleteCluster
Method · 0.45
RemoveTransaction
Method · 0.45
AddDependency
Method · 0.45
AbortStaging
Method · 0.45
CommitStaging
Method · 0.45
Trim
Method · 0.45
Calls
3
FastRandomContext
Class · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
15
~ListCoinsTestingSetup
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
TestUnloadWallet
Function · 0.36
~FeeEstimatorTestingSetup
Method · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
ResetChainman
Function · 0.36
utxo_snapshot_fuzz
Function · 0.36
RemoveTransaction
Method · 0.36