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

Function getBundledFrameworksDir

src/core/resource-root.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101export function getBundledFrameworksDir(): string {
102 return path.join(getResourceRoot(), 'bundled', 'Frameworks');
103}

Callers 2

getBundledAxeEnvironmentFunction · 0.90

Calls 1

getResourceRootFunction · 0.85

Tested by

no test coverage detected