Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getProjectRooDirectoryForCwd
Function
getProjectRooDirectoryForCwd
src/services/roo-config/index.ts:104–106 ·
view source on GitHub ↗
(cwd: string)
Source
from the content-addressed store, hash-verified
102
* ```
103
*/
104
export
function
getProjectRooDirectoryForCwd(cwd: string): string {
105
return
path.join(cwd,
".roo"
)
106
}
107
108
/**
109
* Checks
if
a directory exists
Callers
8
getCommands
Function · 0.90
getCommand
Function · 0.90
index.spec.ts
File · 0.90
getRuleDirectories
Function · 0.90
getTargetRuleDirectory
Function · 0.90
getRooDirectoriesForCwd
Function · 0.85
getAllRooDirectoriesForCwd
Function · 0.85
loadConfiguration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected