MCPcopy Create free account
hub / github.com/Effect-TS/effect / prefix

Method prefix

packages/effect/src/unstable/rpc/RpcGroup.ts:71–71  ·  view source on GitHub ↗

* Add a prefix to the procedures in this group, returning a new group

(prefix: Prefix)

Source from the content-addressed store, hash-verified

69 * Add a prefix to the procedures in this group, returning a new group
70 */
71 prefix<const Prefix extends string>(prefix: Prefix): RpcGroup<Rpc.Prefixed<R, Prefix>>
72
73 /**
74 * Implement the handlers for the procedures in this group, returning a

Callers 1

prefixFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected