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

Function drain

src/node/services/coderService.test.ts:133–137  ·  view source on GitHub ↗
(iterable: AsyncIterable<unknown>)

Source from the content-addressed store, hash-verified

131}
132
133async function drain(iterable: AsyncIterable<unknown>): Promise<void> {
134 for await (const _line of iterable) {
135 // drain
136 }
137}
138
139describe("CoderService", () => {
140 let service: CoderService;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected