MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ToString

Method ToString

src/validation.cpp:4923–4926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4921}
4922
4923std::string CBlockFileInfo::ToString() const
4924{
4925 return strprintf("CBlockFileInfo(blocks=%u, size=%u, heights=%u...%u, time=%s...%s)", nBlocks, nSize, nHeightFirst, nHeightLast, FormatISO8601Date(nTimeFirst), FormatISO8601Date(nTimeLast));
4926}
4927
4928CBlockFileInfo* GetBlockFileInfo(size_t n)
4929{

Callers 15

AcceptToMemoryPoolWorkerFunction · 0.45
ReadBlockFromDiskFunction · 0.45
ReadRawBlockFromDiskFunction · 0.45
InvalidChainFoundFunction · 0.45
ConnectBlockMethod · 0.45
UpdateTipFunction · 0.45
DisconnectTipMethod · 0.45
FinalizeBlockInternalFunction · 0.45
ConnectTipMethod · 0.45
FindMostWorkChainMethod · 0.45
FindBlockPosFunction · 0.45

Calls 1

FormatISO8601DateFunction · 0.85

Tested by

no test coverage detected