Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ WriteLastBlockFile
Method
WriteLastBlockFile
src/persistence/blockdb.cpp:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
bool CBlockDBCache::WriteLastBlockFile(int32_t nFile) {
139
return last_block_file_cache.SetData(nFile);
140
}
141
bool CBlockDBCache::ReadLastBlockFile(int32_t &nFile) {
142
return last_block_file_cache.GetData(nFile);
143
}
Callers
1
FindBlockPos
Function · 0.80
Calls
1
SetData
Method · 0.45
Tested by
no test coverage detected