MCPcopy Create free account
hub / github.com/DISTRHO/DPF / idleCallback

Function idleCallback

tests/Application.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 : counter(0) {}
34
35 void idleCallback() override
36 {
37 ++counter;
38 }
39};
40
41// --------------------------------------------------------------------------------------------------------------------

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected