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

Method setAvailableBytes

cpp/shard/BlockServicesCacheDB.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void setAvailableBytes(uint64_t v) {
208 ALWAYS_ASSERT(version() >= 2);
209 setAvailableBytesV2(v);
210 }
211
212 uint64_t blocks() const {
213 ALWAYS_ASSERT(version() >= 2);

Calls

no outgoing calls

Tested by

no test coverage detected