MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / mergeAccessibilitySources

Function mergeAccessibilitySources

packages/client/src/app/AppShell.tsx:378–382  ·  view source on GitHub ↗
(
  ...sources: unknown[]
)

Source from the content-addressed store, hash-verified

376}
377
378function mergeAccessibilitySources(
379 ...sources: unknown[]
380): AccessibilitySource[] {
381 return sanitizeAccessibilitySources(sources.flat());
382}
383
384function simulatorMatchesIdentifier(
385 simulator: SimulatorMetadata,

Callers 1

AppShellFunction · 0.85

Calls 1

Tested by

no test coverage detected