MCPcopy Index your code
hub / github.com/devcontainers/cli / launchShellServer

Function launchShellServer

src/test/getHomeFolder.test.ts:37–45  ·  view source on GitHub ↗
(containerId: string, username: string)

Source from the content-addressed store, hash-verified

35 });
36
37 async function launchShellServer(containerId: string, username: string) {
38 const exec = dockerExecFunction({
39 exec: plainExec(undefined),
40 cmd: 'docker',
41 env: {},
42 output,
43 }, containerId, username);
44 return launch(exec, output);
45 }
46});

Callers 1

Calls 3

dockerExecFunctionFunction · 0.90
plainExecFunction · 0.90
launchFunction · 0.90

Tested by

no test coverage detected