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

Function lockKeyCategoryOrder

src/daemon/request-binding.ts:85–87  ·  view source on GitHub ↗
(key: RequestExecutionLockKey)

Source from the content-addressed store, hash-verified

83}
84
85function lockKeyCategoryOrder(key: RequestExecutionLockKey): number {
86 return key.startsWith('session:') ? 0 : 1;
87}

Callers 1

Calls 1

startsWithMethod · 0.80

Tested by

no test coverage detected