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

Method Disable

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

Source from the content-addressed store, hash-verified

402 {}
403 void Enable() { if (descriptor) descriptor->Enable(); }
404 void Disable() { if (descriptor) descriptor->Disable(); }
405 void Remove() { if (descriptor) descriptor->Remove(); }
406 private:
407 struct Descriptor

Callers

nothing calls this directly

Calls 1

DisableMethod · 0.45

Tested by

no test coverage detected