MCPcopy 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
5void CommandManager::Enable(bool enable) {
6 _enabled = enable;
7}
8
9bool CommandManager::IsEnabled() const {
10 return _enabled;

Callers 2

ApplyFiltersMethod · 0.45
OnCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected