Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
*/
57
export
const
getMessageHistoryPath = (): string => {
58
return
path.join(getConfigDir(),
'message-history.json'
)
59
}
60
61
/**
62
* Load message history from file system
Callers
3
loadMessageHistory
Function · 0.85
saveMessageHistory
Function · 0.85
clearMessageHistory
Function · 0.85
Calls
1
getConfigDir
Function · 0.90
Tested by
no test coverage detected