Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ InitCache
Method
InitCache
src/validation.cpp:1531–1535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1529
m_catcherview(&m_dbview) {}
1530
1531
void CoinsViews::InitCache()
1532
{
1533
AssertLockHeld(::cs_main);
1534
m_cacheview = std::make_unique<CCoinsViewCache>(&m_catcherview);
1535
}
1536
1537
CChainState::CChainState(
1538
CTxMemPool* mempool,
Callers
1
InitCoinsCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected