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

Function getProcessStreamWithCleanupForTests

src/node/services/streamManager.test.ts:116–123  ·  view source on GitHub ↗
(
  streamManager: StreamManager
)

Source from the content-addressed store, hash-verified

114}
115
116function getProcessStreamWithCleanupForTests(
117 streamManager: StreamManager
118): ProcessStreamWithCleanupForTests {
119 return getPrivateMethodForTests<ProcessStreamWithCleanupForTests>(
120 streamManager,
121 "processStreamWithCleanup"
122 );
123}
124
125function getWorkspaceStreamsForTests(streamManager: StreamManager): Map<string, unknown> {
126 const workspaceStreams: unknown = Reflect.get(streamManager, "workspaceStreams");

Callers 3

processCleanupStreamFunction · 0.85

Calls 1

getPrivateMethodForTestsFunction · 0.85

Tested by

no test coverage detected