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

Function deviceExecutionLockKey

src/daemon/request-binding.ts:71–73  ·  view source on GitHub ↗
(deviceId: string)

Source from the content-addressed store, hash-verified

69}
70
71function deviceExecutionLockKey(deviceId: string): RequestExecutionLockKey {
72 return `device:${deviceId}`;
73}
74
75function orderRequestExecutionLockKeys(
76 keys: Iterable<RequestExecutionLockKey>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected