MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getMessageHistoryPath

Function getMessageHistoryPath

cli/src/utils/message-history.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 * Get the message history file path
56 */
57export const getMessageHistoryPath = (): string => {
58 return path.join(getConfigDir(), 'message-history.json')
59}
60
61/**
62 * Load message history from file system

Callers 3

loadMessageHistoryFunction · 0.85
saveMessageHistoryFunction · 0.85
clearMessageHistoryFunction · 0.85

Calls 1

getConfigDirFunction · 0.90

Tested by

no test coverage detected