Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ daemon-command-registry.test.ts
File
daemon-command-registry.test.ts
src/daemon/__tests__/daemon-command-registry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
;
2
import
{ test } from
'vitest'
;
3
import
{ INTERNAL_COMMANDS, PUBLIC_COMMANDS } from
'../../command-catalog.ts'
;
4
import
{
Callers
nothing calls this directly
Calls
13
getDaemonCommandRoute
Function · 0.90
getSessionCommandKind
Function · 0.90
isLeaseAdmissionExempt
Function · 0.90
shouldLockSessionExecution
Function · 0.90
shouldValidateSessionSelector
Function · 0.90
canRunReplayScopedAction
Function · 0.90
shouldBlockForInvalidRecording
Function · 0.90
shouldGuardAndroidBlockingDialog
Function · 0.90
canOverrideLockPolicySelector
Function · 0.90
shouldPreferExplicitDeviceOverExistingSession
Function · 0.90
usesSessionlessDefaultProviderDevice
Function · 0.90
resolveProviderDeviceResolutionIntent
Function · 0.90
Tested by
no test coverage detected