MCPcopy Index your code
hub / github.com/callstack/agent-device / resolveIosSimulatorDeviceSetPath

Function resolveIosSimulatorDeviceSetPath

src/utils/device-isolation.ts:6–10  ·  view source on GitHub ↗
(
  flagValue: string | undefined,
)

Source from the content-addressed store, hash-verified

4}
5
6export function resolveIosSimulatorDeviceSetPath(
7 flagValue: string | undefined,
8): string | undefined {
9 return normalizeNonEmpty(flagValue);
10}
11
12export function parseSerialAllowlist(value: string): Set<string> {
13 return new Set(

Calls 1

normalizeNonEmptyFunction · 0.85

Tested by

no test coverage detected