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

Method find

cachelib/interface/tests/InterfaceTest.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 folly::coro::Task<Result<std::optional<ReadHandle>>> find(Key key) override {
144 co_return findImpl<ReadHandle>(key);
145 }
146
147 folly::coro::Task<Result<std::optional<WriteHandle>>> findToWrite(
148 Key key) override {

Callers 10

getStatsMethod · 0.45
CO_TEST_FFunction · 0.45
CO_TYPED_TESTFunction · 0.45
CO_TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
findImplMethod · 0.45
removeMethod · 0.45
CO_TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected