| 118 | } |
| 119 | |
| 120 | int sampleRateCallback(jack_nframes_t rate, void* obj) { |
| 121 | return static_cast<waybar::modules::JACK*>(obj)->sampleRate(rate); |
| 122 | } |
| 123 | |
| 124 | int xrunCallback(void* obj) { return static_cast<waybar::modules::JACK*>(obj)->xrun(); } |
| 125 |
nothing calls this directly
no test coverage detected