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

Method readNext

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

125 // Before calling push, pop, or commit, the user must call readNext() until it throws
126 // end_of_stream(). It may not be called again thereafter.
127 Future<TLogQueueEntry> readNext() { return readNext(this); }
128
129 void push(TLogQueueEntryRef const& qe) {
130 BinaryWriter wr(Unversioned()); // outer framing is not versioned

Callers 1

whenFunction · 0.45

Calls 6

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

Tested by

no test coverage detected