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

Function normalizeSimctlChildEnv

src/utils/environment.ts:86–88  ·  view source on GitHub ↗
(vars: Record<string, string>)

Source from the content-addressed store, hash-verified

84 * Normalizes environment variables by ensuring they are prefixed with SIMCTL_CHILD_.
85 */
86export function normalizeSimctlChildEnv(vars: Record<string, string>): Record<string, string> {
87 return normalizeEnvWithPrefix('SIMCTL_CHILD_', vars);
88}

Callers 3

launchSimulatorAppFunction · 0.90

Calls 1

normalizeEnvWithPrefixFunction · 0.85

Tested by

no test coverage detected