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

Method stall

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

Source from the content-addressed store, hash-verified

992 }
993
994 void stall() { rawQueue->stall(); }
995
996 Future<bool> initializeRecovery(location recoverAt) override { return initializeRecovery(this, recoverAt); }
997 Future<Standalone<StringRef>> readNext(int bytes) override { return readNext(this, bytes); }

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected