| 198 | }; |
| 199 | |
| 200 | sfh::Prefetch::Prefetch(IDaemon* daemon, size_t prefetchCount, const std::wstring& lruPath) |
| 201 | : m_impl(std::make_unique<Implementation>(daemon, prefetchCount, lruPath)) |
| 202 | { |
| 203 | } |
| 204 | |
| 205 | sfh::Prefetch::~Prefetch() = default; |
| 206 |
nothing calls this directly
no outgoing calls
no test coverage detected