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

Function bindCommands

src/commands/index.ts:91–102  ·  view source on GitHub ↗
(runtime: AgentDeviceRuntime)

Source from the content-addressed store, hash-verified

89};
90
91export function bindCommands(runtime: AgentDeviceRuntime): BoundAgentDeviceCommands {
92 return {
93 capture: bindCaptureCommands(runtime),
94 selectors: bindSelectorCommands(runtime),
95 interactions: bindInteractionCommands(runtime),
96 system: bindSystemCommands(runtime),
97 apps: bindAppCommands(runtime),
98 admin: bindAdminCommands(runtime),
99 recording: bindRecordingCommands(runtime),
100 observability: bindObservabilityCommands(runtime),
101 };
102}

Callers 1

createAgentDeviceFunction · 0.90

Calls 8

bindCaptureCommandsFunction · 0.90
bindSelectorCommandsFunction · 0.90
bindInteractionCommandsFunction · 0.90
bindSystemCommandsFunction · 0.90
bindAppCommandsFunction · 0.90
bindAdminCommandsFunction · 0.90
bindRecordingCommandsFunction · 0.90

Tested by

no test coverage detected