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

Function androidAppResolutionScope

src/platforms/android/app-lifecycle.ts:59–61  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

57const androidAppResolutionCache = createAppResolutionCache<AndroidAppResolution>();
58
59function androidAppResolutionScope(device: DeviceInfo): AppResolutionCacheScope {
60 return { platform: 'android', deviceId: device.id, variant: device.target ?? '' };
61}
62
63export async function resolveAndroidApp(
64 device: DeviceInfo,

Callers 3

resolveAndroidAppFunction · 0.85
reinstallAndroidAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected