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

Method CmdHandler

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

Source from the content-addressed store, hash-verified

397 public:
398 using CmdVec = std::vector<std::shared_ptr<Command>>;
399 CmdHandler() : descriptor(std::make_shared<Descriptor>()) {}
400 CmdHandler(std::weak_ptr<Command> c, std::weak_ptr<CmdVec> v) :
401 descriptor(std::make_shared<Descriptor>(c, v))
402 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected