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

Method ToString

src/node/blockstorage.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166std::string CBlockFileInfo::ToString() const
167{
168 return strprintf("CBlockFileInfo(blocks=%u, size=%u, heights=%u...%u, time=%s...%s)", nBlocks, nSize, nHeightFirst, nHeightLast, FormatISO8601Date(nTimeFirst), FormatISO8601Date(nTimeLast));
169}
170} // namespace kernel
171
172namespace node {

Callers 15

GetRequestsToSendMethod · 0.45
MempoolRejectedTxMethod · 0.45
ReceivedTxMethod · 0.45
ApplyArgsManOptionsFunction · 0.45
HandleATMPErrorFunction · 0.45
CreateNewBlockMethod · 0.45
AddToBlockMethod · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
LoadBlockIndexGutsMethod · 0.45
LoadBlockIndexMethod · 0.45
LoadBlockIndexDBMethod · 0.45

Calls 1

FormatISO8601DateFunction · 0.85

Tested by

no test coverage detected