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

Method GetSummary

src/index/base.cpp:376–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376IndexSummary BaseIndex::GetSummary() const
377{
378 IndexSummary summary{};
379 summary.name = GetName();
380 summary.synced = m_synced;
381 summary.best_block_height = m_best_block_index ? m_best_block_index.load()->nHeight : 0;
382 return summary;
383}

Callers 3

FlushStateToDiskMethod · 0.80
getindexinfoFunction · 0.80
gettxoutsetinfoFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected