MCPcopy 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
13export function setProjectRoot(dir: string) {
14 projectRoot = dir
15 return projectRoot
16}
17
18export function getProjectRoot() {
19 if (!projectRoot) {

Callers 6

AppWithAsyncAuthFunction · 0.90
initializeAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected