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

Method GetBlockPosFilename

src/node/blockstorage.cpp:845–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845fs::path BlockManager::GetBlockPosFilename(const FlatFilePos& pos) const
846{
847 return m_block_file_seq.FileName(pos);
848}
849
850FlatFilePos BlockManager::FindNextBlockPos(unsigned int nAddSize, unsigned int nHeight, uint64_t nTime)
851{

Callers 1

ImportBlocksFunction · 0.80

Calls 1

FileNameMethod · 0.80

Tested by

no test coverage detected