MCPcopy
hub / github.com/coder/mux / start

Function start

src/node/services/streamManager.test.ts:72–74  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

70 return {
71 stdout: new ReadableStream<Uint8Array>({
72 start(controller) {
73 controller.close();
74 },
75 }),
76 stderr: new ReadableStream<Uint8Array>({
77 start(controller) {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected