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

Method Enable

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

Source from the content-addressed store, hash-verified

401 descriptor(std::make_shared<Descriptor>(c, v))
402 {}
403 void Enable() { if (descriptor) descriptor->Enable(); }
404 void Disable() { if (descriptor) descriptor->Disable(); }
405 void Remove() { if (descriptor) descriptor->Remove(); }
406 private:

Callers

nothing calls this directly

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected