MCPcopy Index your code
hub / github.com/Effect-TS/effect / toLayerHandler

Method toLayerHandler

packages/rpc/src/RpcGroup.ts:107–107  ·  view source on GitHub ↗

* Implement a single handler from the group.

(
    tag: Tag,
    build:
      | Handler
      | Effect.Effect<Handler, EX, RX>
  )

Source from the content-addressed store, hash-verified

105 * Implement a single handler from the group.
106 */
107 toLayerHandler<
108 const Tag extends R["_tag"],
109 Handler extends HandlerFrom<R, Tag>,
110 EX = never,

Callers 1

Rpc.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected