| 30 | class CommandMap { |
| 31 | public: |
| 32 | CommandMap() = default; |
| 33 | CommandMap(const CommandMap &) = delete; |
| 34 | CommandMap &operator=(const CommandMap &) = delete; |
| 35 | CommandMap(CommandMap &&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected