Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getNextData
Method
getNextData
flow/Arena.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
return this;
202
}
203
const void* ArenaBlock::getNextData() const {
204
return (const uint8_t*)getData() + used();
205
}
206
207
size_t ArenaBlock::totalSize() const {
208
if (isTiny()) {
Callers
1
hasFree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected