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

Function isRunnerNativeSelectorKey

src/daemon/direct-ios-selector.ts:28–30  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

26}
27
28function isRunnerNativeSelectorKey(key: string): key is DirectIosSelectorTarget['key'] {
29 return key === 'id' || key === 'label' || key === 'text' || key === 'value';
30}
31
32export function isDirectIosSelectorFallbackError(
33 error: unknown,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected