MCPcopy Create free account
hub / github.com/callstack/agent-device / runLinuxToolCommand

Function runLinuxToolCommand

src/platforms/linux/tool-provider.ts:118–124  ·  view source on GitHub ↗
(
  cmd: string,
  args: string[],
  options?: ExecOptions,
)

Source from the content-addressed store, hash-verified

116}
117
118export async function runLinuxToolCommand(
119 cmd: string,
120 args: string[],
121 options?: ExecOptions,
122): Promise<ExecResult> {
123 return await resolveLinuxToolProvider().runCommand(cmd, args, options);
124}
125
126function createLocalLinuxDesktopProvider(
127 runCommand: LinuxToolCommandExecutor,

Callers 1

captureAccessibilityTreeFunction · 0.90

Calls 1

resolveLinuxToolProviderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…