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

Method getNextPushLocation

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

Source from the content-addressed store, hash-verified

1004 return lastCommittedSeq + sizeof(Page);
1005 }
1006 location getNextPushLocation() const override {
1007 ASSERT(initialized);
1008 return endLocation();
1009 }
1010
1011 Future<Void> getError() const override { return rawQueue->getError(); }
1012 Future<Void> onClosed() const override { return rawQueue->onClosed(); }

Callers 3

pushMethod · 0.45
pushMethod · 0.45
getNextPushLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected