MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AppCommandList

Method AppCommandList

WinArk/AppCommandBase.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62struct 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected