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

Function OpenBlockFile

src/persistence/disk.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62FILE *OpenBlockFile(const CDiskBlockPos &pos, bool fReadOnly) {
63 return OpenDiskFile(pos, "blk", fReadOnly);
64}

Callers 9

ThreadImportFunction · 0.85
GetTxConfirmHeightFunction · 0.85
GetTransactionFunction · 0.85
FlushBlockFileFunction · 0.85
FindBlockPosFunction · 0.85
WriteBlockToDiskFunction · 0.85
ReadBlockFromDiskFunction · 0.85
GetTxDetailJSONFunction · 0.85
GetUtxoTxFromChainFunction · 0.85

Calls 1

OpenDiskFileFunction · 0.85

Tested by

no test coverage detected