Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Descriptor
Method
Descriptor
include/cli/cli.h:409–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
struct Descriptor
408
{
409
Descriptor() = default;
410
Descriptor(std::weak_ptr<Command> c, std::weak_ptr<CmdVec> v) :
411
cmd(std::move(c)), cmds(std::move(v))
412
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected