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

Method Make

src/render/app/app_shared_info.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected