MCPcopy Create free account
hub / github.com/ElementsProject/elements / ForEachBlockFilterIndex

Function ForEachBlockFilterIndex

src/index/blockfilterindex.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void ForEachBlockFilterIndex(std::function<void (BlockFilterIndex&)> fn)
461{
462 for (auto& entry : g_filter_indexes) fn(entry.second);
463}
464
465bool InitBlockFilterIndex(BlockFilterType filter_type,
466 size_t n_cache_size, bool f_memory, bool f_wipe)

Callers 5

InterruptFunction · 0.85
ShutdownFunction · 0.85
FlushStateToDiskMethod · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85
getindexinfoFunction · 0.85

Calls 1

fnFunction · 0.85

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.68