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

Method readNext

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

Source from the content-addressed store, hash-verified

1592 // IDiskQueue
1593 Future<bool> initializeRecovery(location recoverAt) override { return queue->initializeRecovery(recoverAt); }
1594 Future<Standalone<StringRef>> readNext(int bytes) override { return readNext(this, bytes); }
1595
1596 location getNextReadLocation() const override { return queue->getNextReadLocation(); }
1597

Callers

nothing calls this directly

Calls 3

getNextReadLocationMethod · 0.95
readNextMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected