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

Method accessHandler

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

* Retrieve a handler for a specific procedure in the group.

(tag: Tag)

Source from the content-addressed store, hash-verified

125 * Retrieve a handler for a specific procedure in the group.
126 */
127 accessHandler<const Tag extends R["_tag"]>(tag: Tag): Effect.Effect<
128 (
129 payload: Rpc.Payload<Extract<R, { readonly _tag: Tag }>>,
130 headers: Headers

Callers 1

Rpc.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected