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

Method GrSystemMonitor

src/render_panel/gr_system_monitor.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 GrSystemMonitor::GrSystemMonitor(const std::shared_ptr<GrApplication>& app) {
46 this->app_ = app;
47 this->context_ = app->GetContext();
48 this->service_manager_ = context_->GetServiceManager();
49 this->settings_ = GrSettings::Instance();
50 }
51
52 void GrSystemMonitor::Start() {
53 CheckServiceAlive();

Callers

nothing calls this directly

Calls 2

GetServiceManagerMethod · 0.80
GetContextMethod · 0.45

Tested by

no test coverage detected