Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CASE
Function · 0.45
Exit
Method · 0.45
CliSession
Method · 0.45
Calls
1
Commands
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36