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

Function isDirectIosSelectorErrorResult

src/daemon/selector-runtime.ts:388–392  ·  view source on GitHub ↗
(
  result: DirectIosSelectorFallbackResult | ResolvedDirectIosSelectorQuery,
)

Source from the content-addressed store, hash-verified

386}
387
388function isDirectIosSelectorErrorResult(
389 result: DirectIosSelectorFallbackResult | ResolvedDirectIosSelectorQuery,
390): result is DirectIosSelectorErrorResult {
391 return result !== null && 'kind' in result && result.kind === 'error';
392}
393
394function buildDirectIosGetResult(
395 property: 'text' | 'attrs',

Calls

no outgoing calls

Tested by

no test coverage detected