MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / WriteBlockFileInfo

Method WriteBlockFileInfo

src/persistence/blockdb.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool CBlockIndexDB::WriteBlockFileInfo(int32_t nFile, const CBlockFileInfo &info) {
78 return Write(dbk::GenDbKey(dbk::BLOCKFILE_NUM_INFO, nFile), info);
79}
80bool CBlockIndexDB::ReadBlockFileInfo(int32_t nFile, CBlockFileInfo &info) {
81 return Read(dbk::GenDbKey(dbk::BLOCKFILE_NUM_INFO, nFile), info);
82}

Callers 2

FindUndoPosFunction · 0.80
FindBlockPosFunction · 0.80

Calls 1

GenDbKeyFunction · 0.85

Tested by

no test coverage detected