MCPcopy 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}
203const void* ArenaBlock::getNextData() const {
204 return (const uint8_t*)getData() + used();
205}
206
207size_t ArenaBlock::totalSize() const {
208 if (isTiny()) {

Callers 1

hasFreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected