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

Method readNext

fdbserver/OldTLogServer_6_0.actor.cpp:118–118  ·  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

116 // Before calling push, pop, or commit, the user must call readNext() until it throws
117 // end_of_stream(). It may not be called again thereafter.
118 Future<TLogQueueEntry> readNext(TLogData* tLog) { return readNext(this, tLog); }
119
120 template <class T>
121 void push(T const& qe, Reference<LogData> logData);

Callers 2

whenFunction · 0.45

Calls 6

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

Tested by

no test coverage detected