Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
17
export
const
getRecentProjectsPath = (): string => {
18
return
path.join(getConfigDir(),
'recent-projects.json'
)
19
}
20
21
/**
22
* Load recent projects from file system
Callers
4
loadRecentProjects
Function · 0.85
clearRecentProjects
Function · 0.85
removeRecentProject
Function · 0.85
saveRecentProject
Function · 0.85
Calls
1
getConfigDir
Function · 0.90
Tested by
no test coverage detected