| 61 | |
| 62 | struct AppCommandList final : AppCommandBase<AppCommandList> { |
| 63 | AppCommandList(PCWSTR name = nullptr, AppCommandCallback<AppCommandList> cb = nullptr) : AppCommandBase(name, cb) {} |
| 64 | |
| 65 | void AddCommand(std::shared_ptr<AppCommand> command); |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected