Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
class
GetUser extends Rpc.make(
"GetUser"
, {
43
success: User,
44
payload: { id: Schema.String }
45
}) {}
46
47
export
const
UserRpcs = RpcGroup.make(
48
GetUser,
Callers
nothing calls this directly
Calls
1
make
Method · 0.65
Tested by
no test coverage detected