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

Method ExecParent

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

Source from the content-addressed store, hash-verified

502 }
503
504 bool ExecParent(const std::vector<std::string>& cmdLine, CliSession& session)
505 {
506 return HandleCommand({Name(), ParentShortcut()}, cmdLine, session);
507 }
508
509 bool ScanCmds(const std::vector<std::string>& cmdLine, CliSession& session)
510 {

Callers 2

ScanCmdsMethod · 0.80
HandleCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected