| 68 | bool failIncRef_{false}; |
| 69 | |
| 70 | void move(void* /* dest */) noexcept override { |
| 71 | XLOG(FATAL) << "Should not use TestCacheItem::move()"; |
| 72 | } |
| 73 | }; |
| 74 | |
| 75 | class TestCacheComponent : public CacheComponent { |
no outgoing calls
no test coverage detected