MCPcopy Create free account
hub / github.com/BabitMF/bmf / create

Method create

bmf/hmp/src/core/timer.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82class CPUTimerManager : public impl::TimerManager {
83 public:
84 RefPtr<TimerInterface> create() override { return makeRefPtr<CPUTimer>(); }
85};
86
87static CPUTimerManager scpuTimerManager;

Callers 1

create_timerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected