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

Method ToString

src/main.cpp:6244–6246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6242}
6243
6244 std::string CBlockFileInfo::ToString() const {
6245 return strprintf("CBlockFileInfo(blocks=%u, size=%u, heights=%u...%u, time=%s...%s)", nBlocks, nSize, nHeightFirst, nHeightLast, DateTimeStrFormat("%Y-%m-%d", nTimeFirst), DateTimeStrFormat("%Y-%m-%d", nTimeLast));
6246 }
6247
6248ThresholdState VersionBitsTipState(const Consensus::Params& params, Consensus::DeploymentPos pos)
6249{

Callers 15

finishBlockMethod · 0.45
ScriptPubKeyToUnivFunction · 0.45
BOOST_FOREACHFunction · 0.45
mempoolToJSONFunction · 0.45
InitHTTPAllowListFunction · 0.45
http_request_cbFunction · 0.45
HandleErrorFunction · 0.45
HTTPReq_JSONRPCFunction · 0.45
ProcessBlockFoundFunction · 0.45
fallbackDownloadFunction · 0.45

Calls 1

DateTimeStrFormatFunction · 0.85

Tested by

no test coverage detected