| 737 | } |
| 738 | |
| 739 | static Error showChannelInfo(const char* value, AuthenticationLevel auth_level, Channel& out) { |
| 740 | allChannels.listChannels(out); |
| 741 | return Error::Ok; |
| 742 | } |
| 743 | |
| 744 | static Error showStartupLog(const char* value, AuthenticationLevel auth_level, Channel& out) { |
| 745 | StartupLog::dump(out); |
nothing calls this directly
no test coverage detected