MCPcopy Create free account
hub / github.com/coder/mux / execSSH

Function execSSH

tests/runtime/runtime.test.ts:48–49  ·  view source on GitHub ↗
(runtime: Runtime, command: string, timeout = 30)

Source from the content-addressed store, hash-verified

46
47const SSH_TEST_CWD = "/home/testuser";
48const execSSH = (runtime: Runtime, command: string, timeout = 30) =>
49 execBuffered(runtime, command, { cwd: SSH_TEST_CWD, timeout });
50
51// Skip all tests if TEST_INTEGRATION is not set
52const describeIntegration = shouldRunIntegrationTests() ? describe : describe.skip;

Callers 2

runtime.test.tsFile · 0.85
expectHealthyWorktreeFunction · 0.85

Calls 1

execBufferedFunction · 0.90

Tested by

no test coverage detected