Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Enable
Method
Enable
WinArk/CommandManager.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"AppCommandBase.h"
4
5
void CommandManager::Enable(bool enable) {
6
_enabled = enable;
7
}
8
9
bool CommandManager::IsEnabled() const {
10
return _enabled;
Callers
2
ApplyFilters
Method · 0.45
OnCreate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected