MCPcopy Create free account
hub / github.com/effect-app/libs /

Class

packages/infra/test/controller.test.ts:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106class Str extends Context.Service<Str, "str">()("str") {}
107
108export class BogusMiddleware extends RpcX.RpcMiddleware.Tag<BogusMiddleware>()("BogusMiddleware") {
109 static Default = Layer.make(this, {
110 *make() {
111 yield* Str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected