MCPcopy 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 */
104export function getProjectRooDirectoryForCwd(cwd: string): string {
105 return path.join(cwd, ".roo")
106}
107
108/**
109 * Checks if a directory exists

Callers 8

getCommandsFunction · 0.90
getCommandFunction · 0.90
index.spec.tsFile · 0.90
getRuleDirectoriesFunction · 0.90
getTargetRuleDirectoryFunction · 0.90
getRooDirectoriesForCwdFunction · 0.85
loadConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected