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

Function areAxeToolsAvailable

src/utils/axe-helpers.ts:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 * Check if axe tool is available (bundled, env override, or PATH)
162 */
163export function areAxeToolsAvailable(): boolean {
164 return getAxePath() !== null;
165}
166
167export const AXE_NOT_AVAILABLE_MESSAGE =
168 'AXe tool not found. UI automation features are not available.\n\n' +

Callers

nothing calls this directly

Calls 1

getAxePathFunction · 0.85

Tested by

no test coverage detected