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

Function isBuildSettingsEntry

src/snapshot-tests/json-normalize.ts:145–149  ·  view source on GitHub ↗
(value: Record<string, unknown>, path: string[])

Source from the content-addressed store, hash-verified

143}
144
145function isBuildSettingsEntry(value: Record<string, unknown>, path: string[]): boolean {
146 return (
147 path.includes('entries') && typeof value.key === 'string' && typeof value.value === 'string'
148 );
149}
150
151function isSystemDebugStackLocation(displayLocation: string): boolean {
152 return (

Callers 1

normalizeValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected