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

Method readNextPage

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

Source from the content-addressed store, hash-verified

225 // FIXME: let the caller pass in where to write the data.
226 Future<Standalone<StringRef>> read(int file, int page, int nPages) { return read(this, file, page, nPages); }
227 Future<Standalone<StringRef>> readNextPage() { return readNextPage(this); }
228 Future<Void> truncateBeforeLastReadPage() { return truncateBeforeLastReadPage(this); }
229
230 Future<Void> getError() { return onError; }

Callers 1

DiskQueueClass · 0.80

Calls 8

fillReadingBufferMethod · 0.95
TraceEventClass · 0.85
detailMethod · 0.80
VoidClass · 0.50
sizeMethod · 0.45
pop_frontMethod · 0.45
isSetMethod · 0.45
sendErrorMethod · 0.45

Tested by

no test coverage detected