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

Function getServiceTestAccess

src/node/services/coderService.test.ts:129–131  ·  view source on GitHub ↗
(service: CoderService)

Source from the content-addressed store, hash-verified

127}
128
129function getServiceTestAccess(service: CoderService): CoderServiceTestAccess {
130 return service as unknown as CoderServiceTestAccess;
131}
132
133async function drain(iterable: AsyncIterable<unknown>): Promise<void> {
134 for await (const _line of iterable) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected