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

Method setLastInfoChange

cpp/shard/BlockServicesCacheDB.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 void setLastInfoChange(uint64_t v) {
248 ALWAYS_ASSERT(version() >= 2);
249 setLastInfoChangeV2(v);
250 }
251
252 bool hasFiles() const {
253 ALWAYS_ASSERT(version() >= 2);

Callers 2

writeBlockServiceInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected