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

Function isDirectory

src/utils/axe-helpers.ts:38–44  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

36}
37
38function isDirectory(path: string): boolean {
39 try {
40 return statSync(path).isDirectory();
41 } catch {
42 return false;
43 }
44}
45
46function getAxeSourceBuildCandidates(sourcePath: string): string[] {
47 const candidates = [join(sourcePath, '.build', 'release', 'axe')];

Callers 2

Calls 1

isDirectoryMethod · 0.80

Tested by

no test coverage detected