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

Method readNext

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

Source from the content-addressed store, hash-verified

995
996 Future<bool> initializeRecovery(location recoverAt) override { return initializeRecovery(this, recoverAt); }
997 Future<Standalone<StringRef>> readNext(int bytes) override { return readNext(this, bytes); }
998
999 // FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs
1000 // to be changed to understand the new intiailizeRecovery protocol.

Callers 3

readNextMethod · 0.45
readOpDataMethod · 0.45
recoverMethod · 0.45

Calls 4

endLocationMethod · 0.95
readFromBufferMethod · 0.95
ifFunction · 0.85
clearReserveMethod · 0.80

Tested by

no test coverage detected