MCPcopy Create free account
hub / github.com/AshampooSystems/boden / TimerCallback

Method TimerCallback

framework/foundation/src/Timer.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 {
34 public:
35 TimerCallback(std::weak_ptr<TimerImpl> timer, size_t id) : _timer(std::move(timer)), _id(id) {}
36
37 bool operator()() const
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected