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

Function isValidProjectRoot

common/src/util/file.ts:337–339  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

335}
336
337export function isValidProjectRoot(dir: string): boolean {
338 return !isSubdir(dir, os.homedir())
339}

Callers 1

getProjectFileTreeFunction · 0.90

Calls 1

isSubdirFunction · 0.85

Tested by

no test coverage detected