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

Function normalizeTestRunnerEnv

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

Source from the content-addressed store, hash-verified

77 * Normalizes environment variables by ensuring they are prefixed with TEST_RUNNER_.
78 */
79export function normalizeTestRunnerEnv(vars: Record<string, string>): Record<string, string> {
80 return normalizeEnvWithPrefix('TEST_RUNNER_', vars);
81}
82
83/**
84 * Normalizes environment variables by ensuring they are prefixed with SIMCTL_CHILD_.

Callers 3

createTestExecutorFunction · 0.90

Calls 1

normalizeEnvWithPrefixFunction · 0.85

Tested by

no test coverage detected