MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / Prefetch

Method Prefetch

SubtitleFontAutoLoaderDaemon/Prefetch.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198};
199
200sfh::Prefetch::Prefetch(IDaemon* daemon, size_t prefetchCount, const std::wstring& lruPath)
201 : m_impl(std::make_unique<Implementation>(daemon, prefetchCount, lruPath))
202{
203}
204
205sfh::Prefetch::~Prefetch() = default;
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected