Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTXMarkets/ternfs
/ hasFiles
Method
hasFiles
cpp/shard/BlockServicesCacheDB.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
bool hasFiles() const {
253
ALWAYS_ASSERT(version() >= 2);
254
return hasFilesV2() != 0;
255
}
256
257
void setHasFiles(bool v) {
258
ALWAYS_ASSERT(version() >= 2);
Callers
2
readBlockServiceInfo
Function · 0.80
BlockServicesCacheDB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected