MCPcopy Create free account
hub / github.com/bytedance/bolt / cache

Method cache

bolt/core/QueryCtx.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 cache::AsyncDataCache* cache() const {
76 return cache_;
77 }
78
79 folly::Executor* executor() const {
80 return executor_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected