MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Make

Method Make

src/render/app/encoder_thread.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36
37 std::shared_ptr<EncoderThread> EncoderThread::Make(const std::shared_ptr<RdApplication>& app) {
38 return std::make_shared<EncoderThread>(app);
39 }
40
41 EncoderThread::EncoderThread(const std::shared_ptr<RdApplication>& app) {
42 app_ = app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected