MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / historyPath

Function historyPath

internal/ui/input.go:178–184  ·  view source on GitHub ↗

── history persistence ───────────────────────────────────────────────────

()

Source from the content-addressed store, hash-verified

176// ── history persistence ───────────────────────────────────────────────────
177
178func historyPath() string {
179 home, err := os.UserHomeDir()
180 if err != nil {
181 return ""
182 }
183 return filepath.Join(home, ".bettatech_harness_history")
184}
185
186func loadHistory() []string {
187 path := historyPath()

Callers 2

loadHistoryFunction · 0.85
appendHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected