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

Method prefix

repos/effect/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 10

makeRoutesFunction · 0.65
GroupsApiClass · 0.65
ApiClass · 0.65
Persistence.tsFile · 0.65
UsersApiGroupClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected