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

Method Make

src/render/network/server_cast.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12 std::shared_ptr<ServerCast> ServerCast::Make(std::shared_ptr<RdContext> &ctx) {
13 return std::make_shared<ServerCast>(ctx);
14 }
15
16 ServerCast::ServerCast(const std::shared_ptr<RdContext> &ctx) : context_(ctx) {
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected