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

Method Make

src/render/app/win/win_render_message_loop.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 std::shared_ptr<WinMessageLoop> WinMessageLoop::Make(const std::shared_ptr<RdContext>& ctx) {
27 return std::make_shared<WinMessageLoop>(ctx);
28 }
29
30 WinMessageLoop::WinMessageLoop(const std::shared_ptr<RdContext>& ctx) {
31 context_ = ctx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected