MCPcopy Index your code
hub / github.com/codehamr/codehamr / historyPath

Function historyPath

internal/tui/history_store.go:29–29  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

27)
28
29func historyPath(dir string) string { return filepath.Join(dir, historyFileName) }
30
31// loadPromptHistory returns every saved prompt oldest-first, matching the
32// in-memory append order so historyUp/Down walk the same direction for

Callers 3

loadPromptHistoryFunction · 0.85
appendPromptHistoryFunction · 0.85
clearPromptHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected