Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readNext
Method · 0.95
DiskQueue.actor.cpp
File · 0.80
Calls
2
pushedPageCount
Function · 0.85
endSeq
Method · 0.80
Tested by
no test coverage detected