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

Method Enable

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

Source from the content-addressed store, hash-verified

411 cmd(std::move(c)), cmds(std::move(v))
412 {}
413 void Enable()
414 {
415 if (auto c = cmd.lock())
416 c->Enable();
417 }
418 void Disable()
419 {
420 if(auto c = cmd.lock())

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected