MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getHistoryFilePath

Function getHistoryFilePath

apps/cli/src/lib/storage/history.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 * Get the path to the history file
19 */
20export function getHistoryFilePath(): string {
21 return path.join(getConfigDir(), "cli-history.json")
22}
23
24/**
25 * Load history entries from file

Callers 3

loadHistoryFunction · 0.85
saveHistoryFunction · 0.85
history.test.tsFile · 0.85

Calls 1

getConfigDirFunction · 0.85

Tested by

no test coverage detected