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

Method Make

src/render_panel/gr_system_monitor.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39{
40
41 std::shared_ptr<GrSystemMonitor> GrSystemMonitor::Make(const std::shared_ptr<GrApplication>& app) {
42 return std::make_shared<GrSystemMonitor>(app);
43 }
44
45 GrSystemMonitor::GrSystemMonitor(const std::shared_ptr<GrApplication>& app) {
46 this->app_ = app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected