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

Method GetRenderController

src/render_panel/gr_context.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 std::shared_ptr<GrRenderController> GrContext::GetRenderController() {
237 return srv_manager_;
238 }
239
240 void GrContext::StartTimers() {
241 timer_ = std::make_shared<asio2::timer>();

Callers 3

StartServerMethod · 0.80
HandleStopServerMethod · 0.80
RpRestartServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected