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

Function buildResolveTargetDeviceCacheKey

src/core/dispatch-resolve.ts:271–276  ·  view source on GitHub ↗
(
  request: DeviceInventoryRequest,
  options: ResolveTargetDeviceOptions,
)

Source from the content-addressed store, hash-verified

269}
270
271function buildResolveTargetDeviceCacheKey(
272 request: DeviceInventoryRequest,
273 options: ResolveTargetDeviceOptions,
274): string {
275 return JSON.stringify({ request, options });
276}

Callers 1

resolveTargetDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected