MCPcopy
hub / github.com/Effect-TS/effect / GetUser

Class GetUser

packages/platform-browser/test/fixtures/rpc-schemas.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}) {}
41
42class GetUser extends Rpc.make("GetUser", {
43 success: User,
44 payload: { id: Schema.String }
45}) {}
46
47export const UserRpcs = RpcGroup.make(
48 GetUser,

Callers

nothing calls this directly

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected