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

Method endLocation

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

Source from the content-addressed store, hash-verified

1128#pragma pack(pop)
1129
1130 loc_t endLocation() const { return pushedPageCount() ? backPage().endSeq() : nextPageSeq; }
1131
1132 void addEmptyPage() {
1133 if (pushedPageCount()) {

Callers 2

readNextMethod · 0.95

Calls 2

pushedPageCountFunction · 0.85
endSeqMethod · 0.80

Tested by

no test coverage detected