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

Method Make

src/render/rd_context.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace tc
17{
18 std::shared_ptr<RdContext> RdContext::Make() {
19 return std::make_shared<RdContext>();
20 }
21
22 RdContext::RdContext() {
23 msg_notifier_ = std::make_shared<MessageNotifier>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected