MCPcopy Index your code
hub / github.com/coder/mux / getExecStream

Method getExecStream

src/node/runtime/DevcontainerRuntime.ts:354–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352 };
353
354 const getExecStream = () => {
355 execPromise ??= this.exec(writeCommand, {
356 cwd: this.getContainerBasePath(),
357 timeout: 300,
358 abortSignal: writeAbortController.signal,
359 });
360 return execPromise;
361 };
362
363 return new WritableStream<Uint8Array>({
364 write: async (chunk) => {

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
getContainerBasePathMethod · 0.95

Tested by

no test coverage detected