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

Method RpcServer

SubtitleFontAutoLoaderDaemon/RpcServer.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250};
251
252sfh::RpcServer::RpcServer(IDaemon* daemon, IRpcRequestHandler* requestHandler, IRpcFeedbackHandler* feedbackHandler)
253 : m_impl(std::make_unique<Implementation>(daemon, requestHandler, feedbackHandler))
254{
255}
256
257sfh::RpcServer::~RpcServer() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected