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

Method QueryService

SubtitleFontAutoLoaderDaemon/QueryService.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354};
355
356sfh::QueryService::QueryService(IDaemon* daemon)
357 : m_impl(std::make_unique<Implementation>(daemon))
358{
359}
360
361sfh::QueryService::~QueryService() = default;
362

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected