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

Function getBundledAxePath

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

Source from the content-addressed store, hash-verified

95}
96
97export function getBundledAxePath(): string {
98 return path.join(getResourceRoot(), 'bundled', 'axe');
99}
100
101export function getBundledFrameworksDir(): string {
102 return path.join(getResourceRoot(), 'bundled', 'Frameworks');

Callers 2

resolveBundledAxePathFunction · 0.90

Calls 1

getResourceRootFunction · 0.85

Tested by

no test coverage detected