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

Method Remove

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

Source from the content-addressed store, hash-verified

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
408 {

Callers 3

mainFunction · 0.45
~ArithmeticMethod · 0.45
~StringsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected