| 426 | }; |
| 427 | |
| 428 | static inline void toggle(const char *opt) { |
| 429 | OPT_SET(opt)->SetBool(!OPT_GET(opt)->GetBool()); |
| 430 | } |
| 431 | |
| 432 | struct audio_autoscroll final : public Command { |
| 433 | CMD_NAME("audio/opt/autoscroll") |
no outgoing calls
no test coverage detected