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

Method setCapacityBytes

cpp/shard/BlockServicesCacheDB.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void setCapacityBytes(uint64_t v) {
198 ALWAYS_ASSERT(version() >= 2);
199 setCapacityBytesV2(v);
200 }
201
202 uint64_t availableBytes() const {
203 ALWAYS_ASSERT(version() >= 2);

Callers 2

writeBlockServiceInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected