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

Method prefix

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

* Set the schema for the error response of the rpc.

(prefix: Prefix)

Source from the content-addressed store, hash-verified

144 * Set the schema for the error response of the rpc.
145 */
146 prefix<const Prefix extends string>(prefix: Prefix): Rpc<
147 `${Prefix}${Tag}`,
148 Payload,
149 Success,

Callers 13

GroupsApiClass · 0.65
ApiClass · 0.65
HttpApi.tst.tsFile · 0.65
Persistence.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected