Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
function
lockKeyCategoryOrder(key: RequestExecutionLockKey): number {
86
return
key.startsWith(
'session:'
) ? 0 : 1;
87
}
Callers
1
orderRequestExecutionLockKeys
Function · 0.85
Calls
1
startsWith
Method · 0.80
Tested by
no test coverage detected