Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ setProjectRoot
Function
setProjectRoot
cli/src/project-files.ts:13–16 ·
view source on GitHub ↗
(dir: string)
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
setProjectRoot(dir: string) {
14
projectRoot = dir
15
return
projectRoot
16
}
17
18
export
function
getProjectRoot() {
19
if
(!projectRoot) {
Callers
6
AppWithAsyncAuth
Function · 0.90
initializeApp
Function · 0.90
image-dimensions.test.ts
File · 0.90
local-agents.test.ts
File · 0.90
credentials-storage.test.ts
File · 0.90
logout-relogin-flow.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected