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

Function isAppleResolutionSelector

src/core/dispatch-resolve.ts:252–257  ·  view source on GitHub ↗
(selector: {
  platform?: PlatformSelector;
  target?: DeviceTarget;
})

Source from the content-addressed store, hash-verified

250}
251
252function isAppleResolutionSelector(selector: {
253 platform?: PlatformSelector;
254 target?: DeviceTarget;
255}): boolean {
256 return isApplePlatform(selector.platform);
257}
258
259function readResolveTargetDeviceCache(cacheKey: string): DeviceInfo | undefined {
260 const cache = resolveTargetDeviceCacheScope.getStore();

Callers 1

resolveTargetDeviceFunction · 0.85

Calls 1

isApplePlatformFunction · 0.90

Tested by

no test coverage detected