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

Function getRecentProjectsPath

cli/src/utils/recent-projects.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 * Get the recent projects file path
16 */
17export const getRecentProjectsPath = (): string => {
18 return path.join(getConfigDir(), 'recent-projects.json')
19}
20
21/**
22 * Load recent projects from file system

Callers 4

loadRecentProjectsFunction · 0.85
clearRecentProjectsFunction · 0.85
removeRecentProjectFunction · 0.85
saveRecentProjectFunction · 0.85

Calls 1

getConfigDirFunction · 0.90

Tested by

no test coverage detected