MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getConfigDir

Function getConfigDir

src/utils/project-config.ts:77–79  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

75};
76
77function getConfigDir(cwd: string): string {
78 return path.join(cwd, CONFIG_DIR);
79}
80
81function getConfigPath(cwd: string): string {
82 return path.join(getConfigDir(cwd), CONFIG_FILE);

Calls

no outgoing calls

Tested by

no test coverage detected