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

Method reset

src/bloom.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void CBloomFilter::reset(const unsigned int nNewTweak)
123{
124 clear();
125 nTweak = nNewTweak;
126}
127
128bool CBloomFilter::IsWithinSizeConstraints() const
129{

Callers 15

MutateTxFunction · 0.45
StopHTTPRPCFunction · 0.45
UnserializeFunction · 0.45
CreateNewBlockMethod · 0.45
CommandLineRPCFunction · 0.45
PeerLogicValidationMethod · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
ProcessMessageFunction · 0.45
ShutdownFunction · 0.45
AppInitSanityChecksFunction · 0.45
AppInitMainFunction · 0.45

Calls 4

GetRandFunction · 0.85
maxFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 5

BOOST_AUTO_TEST_CASEFunction · 0.36
TestingSetupMethod · 0.36
~TestingSetupMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36