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

Method Cli

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

Source from the content-addressed store, hash-verified

867 // Cli implementation
868
869 inline Cli::Cli(std::unique_ptr<Menu> _rootMenu, std::unique_ptr<HistoryStorage> historyStorage) :
870 globalHistoryStorage{std::move(historyStorage)},
871 rootMenu{std::move(_rootMenu)},
872 enterAction{},
873 exitAction{}
874 {
875 }
876
877 // CliSession implementation
878

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected