Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
337
export
function
isValidProjectRoot(dir: string): boolean {
338
return
!isSubdir(dir, os.homedir())
339
}
Callers
1
getProjectFileTree
Function · 0.90
Calls
1
isSubdir
Function · 0.85
Tested by
no test coverage detected