MCPcopy 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

readBlockServiceInfoFunction · 0.80
BlockServicesCacheDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected