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

Function getRunStatePath

cli/src/utils/run-state-storage.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * Get the path to the run state file for the current chat
60 */
61export function getRunStatePath(): string {
62 const chatDir = getCurrentChatDir()
63 return path.join(chatDir, RUN_STATE_FILENAME)
64}
65
66/**
67 * Get the path to the chat messages file for the current chat

Callers 2

saveChatStateFunction · 0.85
clearChatStateFunction · 0.85

Calls 1

getCurrentChatDirFunction · 0.90

Tested by

no test coverage detected