MCPcopy Create free account
hub / github.com/LUX-Core/lux / ToString

Method ToString

src/main.cpp:7632–7635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7630}
7631
7632std::string CBlockFileInfo::ToString() const
7633{
7634 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));
7635}
7636
7637int GetSpendHeight(const CCoinsViewCache& inputs)
7638{

Callers 15

ScriptPubKeyToUnivFunction · 0.45
TxToUnivFunction · 0.45
MutateTxSignFunction · 0.45
BIP38_EncryptFunction · 0.45
BIP38_DecryptFunction · 0.45
getrawmempoolFunction · 0.45
InitHTTPAllowListFunction · 0.45
http_request_cbFunction · 0.45
ProcessInstantXFunction · 0.45
IsIXTXValidFunction · 0.45
CreateNewLockFunction · 0.45
ProcessConsensusVoteFunction · 0.45

Calls 1

DateTimeStrFormatFunction · 0.85

Tested by

no test coverage detected