MCPcopy Create free account
hub / github.com/daniele77/cli / Enable

Method Enable

include/cli/cli.h:261–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 Command& operator=(Command&&) = delete;
260
261 virtual void Enable() { enabled = true; }
262 virtual void Disable() { enabled = false; }
263 virtual bool Exec(const std::vector<std::string>& cmdLine, CliSession& session) = 0;
264 virtual void Help(std::ostream& out) const = 0;

Callers 6

mainFunction · 0.45
UserInterfaceMethod · 0.45
UserInterfaceMethod · 0.45
mainFunction · 0.45
EnableMethod · 0.45
EnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected