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

Function hasResourceLayout

src/core/resource-root.ts:14–16  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

12}
13
14function hasResourceLayout(root: string): boolean {
15 return fs.existsSync(path.join(root, 'manifests')) || fs.existsSync(path.join(root, 'bundled'));
16}
17
18function findPackageRootFrom(startDir: string): string | null {
19 let dir = startDir;

Callers 1

Calls 1

existsSyncMethod · 0.80

Tested by

no test coverage detected