Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsLoaded
Method
IsLoaded
src/txmempool.cpp:1316–1320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1314
}
1315
1316
bool CTxMemPool::IsLoaded() const
1317
{
1318
LOCK(cs);
1319
return m_is_loaded;
1320
}
1321
1322
void CTxMemPool::SetIsLoaded(bool loaded)
1323
{
Callers
3
Shutdown
Function · 0.80
MempoolInfoToJSON
Function · 0.80
savemempool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected