Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ StoreCommands
Method
StoreCommands
include/cli/cli.h:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void StoreCommands(const std::vector<std::string>& cmds)
229
{
230
globalHistoryStorage->Store(cmds);
231
}
232
233
std::vector<std::string> GetCommands() const
234
{
Callers
1
Exit
Method · 0.80
Calls
1
Store
Method · 0.45
Tested by
no test coverage detected