MCPcopy Create free account
hub / github.com/facebook/CacheLib / isAsyncIoCompletion

Method isAsyncIoCompletion

cachelib/navy/common/Device.cpp:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203 std::string getName() override { return "sync"; }
204 bool isAsyncIoCompletion() override { return false; }
205
206 bool submitIo(IOOp& op) override;
207

Callers 2

waitCompletionMethod · 0.45
notifyOpResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected