MCPcopy Create free account
hub / github.com/apple/foundationdb / pushedPageCount

Function pushedPageCount

fdbserver/DiskQueue.actor.cpp:1554–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552 }
1553 Page const& backPage() const { return ((Page*)pushed_page_buffer->get().end())[-1]; }
1554 int pushedPageCount() const { return pushed_page_buffer ? pushed_page_buffer->size() / sizeof(Page) : 0; }
1555
1556 // Recovery state
1557 bool recovered;

Callers 6

pushMethod · 0.85
getCommitOverheadMethod · 0.85
commitMethod · 0.85
endLocationMethod · 0.85
addEmptyPageMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected