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

Function getAxePath

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

Source from the content-addressed store, hash-verified

132 * Get the path to the available axe binary
133 */
134export function getAxePath(): string | null {
135 return resolveAxeBinary()?.path ?? null;
136}
137
138/**
139 * Get environment variables needed for bundled AXe to run

Callers 3

dismissFirstRunPromptsFunction · 0.90
areAxeToolsAvailableFunction · 0.85
isAxeAtLeastVersionFunction · 0.85

Calls 1

resolveAxeBinaryFunction · 0.85

Tested by

no test coverage detected