MCPcopy 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
1316bool CTxMemPool::IsLoaded() const
1317{
1318 LOCK(cs);
1319 return m_is_loaded;
1320}
1321
1322void CTxMemPool::SetIsLoaded(bool loaded)
1323{

Callers 3

ShutdownFunction · 0.80
MempoolInfoToJSONFunction · 0.80
savemempoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected