Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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);
Callers
3
writeBlockServiceInfo
Function · 0.80
blockServiceToWritableBlockServiceKey
Function · 0.80
BlockServicesCacheDB.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected