Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
function
isDeviceListPath(path: string[]): boolean {
27
return
path.includes(
'data'
) && path.includes(
'devices'
);
28
}
29
30
function
normalizeString(
31
value: string,
Callers
2
normalizeString
Function · 0.85
normalizeBoolean
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected