| 134 | } |
| 135 | |
| 136 | void ReadPipeline::needDistributedCache(bool include_credentials_in_cache_key) |
| 137 | { |
| 138 | distributed_cache = DistributedCacheStage{.include_credentials_in_cache_key = include_credentials_in_cache_key}; |
| 139 | } |
| 140 | |
| 141 | void ReadPipeline::needAsyncPrefetch( |
| 142 | IAsynchronousReader & reader, |
no outgoing calls
no test coverage detected