Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
FILE *OpenBlockFile(const CDiskBlockPos &pos, bool fReadOnly) {
63
return OpenDiskFile(pos,
"blk"
, fReadOnly);
64
}
Callers
9
ThreadImport
Function · 0.85
GetTxConfirmHeight
Function · 0.85
GetTransaction
Function · 0.85
FlushBlockFile
Function · 0.85
FindBlockPos
Function · 0.85
WriteBlockToDisk
Function · 0.85
ReadBlockFromDisk
Function · 0.85
GetTxDetailJSON
Function · 0.85
GetUtxoTxFromChain
Function · 0.85
Calls
1
OpenDiskFile
Function · 0.85
Tested by
no test coverage detected