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

Method Exit

src/render/rd_statistics.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void RdStatistics::Exit() {
83 if (monitor_thread_) {
84 monitor_thread_->Exit();
85 }
86 }
87
88 void RdStatistics::IncreaseRunningTime() {
89 running_time_++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected