MCPcopy Create free account
hub / github.com/SChernykh/p2pool / BlockCache

Method BlockCache

src/block_cache.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161BlockCache::BlockCache(const Params& params)
162 : m_impl(new Impl(params))
163 , m_flushRunning(0)
164 , m_storeIndex(0)
165 , m_loadingStarted(0)
166{
167}
168
169BlockCache::~BlockCache()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected