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

Method setBlocks

cpp/shard/BlockServicesCacheDB.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void setBlocks(uint64_t v) {
218 ALWAYS_ASSERT(version() >= 2);
219 setBlocksV2(v);
220 }
221
222 uint64_t firstSeen() const {
223 ALWAYS_ASSERT(version() >= 2);

Callers 2

writeBlockServiceInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected