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

Function runGenericClientBackedCommand

src/cli/commands/router.ts:52–59  ·  view source on GitHub ↗
(
  params: {
    command: ClientBackedCliCommandName;
  } & ClientCommandParams,
)

Source from the content-addressed store, hash-verified

50}
51
52async function runGenericClientBackedCommand(
53 params: {
54 command: ClientBackedCliCommandName;
55 } & ClientCommandParams,
56): Promise<boolean> {
57 const { runGenericClientBackedCommand } = await import('./generic.ts');
58 return await runGenericClientBackedCommand(params);
59}

Callers 2

generic.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected