MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / isDeviceListPath

Function isDeviceListPath

src/snapshot-tests/json-normalize.ts:26–28  ·  view source on GitHub ↗
(path: string[])

Source from the content-addressed store, hash-verified

24}
25
26function isDeviceListPath(path: string[]): boolean {
27 return path.includes('data') && path.includes('devices');
28}
29
30function normalizeString(
31 value: string,

Callers 2

normalizeStringFunction · 0.85
normalizeBooleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected