| 342 | |
| 343 | template<typename CacheType> |
| 344 | std::shared_ptr<CDbIterator<CacheType>> MakeDbIterator(CacheType &cache) { |
| 345 | return std::make_shared<CDbIterator<CacheType>>(cache); |
| 346 | } |
| 347 | |
| 348 | struct CommonPrefixMatcher { |
| 349 | // empty prefix, will match all keys |
no outgoing calls
no test coverage detected