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

Method StartTimer

src/render/plugin_interface/gr_plugin_context.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void GrPluginContext::StartTimer(int millis, std::function<void()>&& cbk) {
48 if (timer_) {
49 timer_->start_timer(std::to_string(millis), millis, std::move(cbk));
50 }
51 }
52
53}

Callers 1

StartProvidingMethod · 0.45

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected