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

Method readNext

fdbserver/OldTLogServer_6_2.actor.cpp:119–119  ·  view source on GitHub ↗

Before calling push, pop, or commit, the user must call readNext() until it throws end_of_stream(). It may not be called again thereafter.

Source from the content-addressed store, hash-verified

117 // Before calling push, pop, or commit, the user must call readNext() until it throws
118 // end_of_stream(). It may not be called again thereafter.
119 Future<TLogQueueEntry> readNext(TLogData* tLog) { return readNext(this, tLog); }
120
121 Future<bool> initializeRecovery(IDiskQueue::location recoverAt) { return queue->initializeRecovery(recoverAt); }
122

Callers 2

whenFunction · 0.45

Calls 7

updateVersionSizesMethod · 0.95
memcpyFunction · 0.85
IncludeVersionFunction · 0.85
substrMethod · 0.80
getNextReadLocationMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected