MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / setHasFiles

Method setHasFiles

cpp/shard/BlockServicesCacheDB.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 void setHasFiles(bool v) {
258 ALWAYS_ASSERT(version() >= 2);
259 setHasFilesV2(v ? 1 : 0);
260 }
261
262 std::string_view path() const {
263 if (version() < 2) { return ""; }

Callers 2

writeBlockServiceInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected