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

Function AppCommand

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

Source from the content-addressed store, hash-verified

4
5struct AppCommand abstract {
6 explicit AppCommand(const CString& name) : _cmdname(name) {}
7
8 virtual CString GetCommandName() const {
9 return _cmdname;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected