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

Method GetCommands

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

Source from the content-addressed store, hash-verified

231 }
232
233 std::vector<std::string> GetCommands() const
234 {
235 return globalHistoryStorage->Commands();
236 }
237
238 private:
239 std::unique_ptr<HistoryStorage> globalHistoryStorage;

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
ExitMethod · 0.45
CliSessionMethod · 0.45

Calls 1

CommandsMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36