Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
20
export
function
getHistoryFilePath(): string {
21
return
path.join(getConfigDir(),
"cli-history.json"
)
22
}
23
24
/**
25
* Load history entries from file
Callers
3
loadHistory
Function · 0.85
saveHistory
Function · 0.85
history.test.ts
File · 0.85
Calls
1
getConfigDir
Function · 0.85
Tested by
no test coverage detected