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

Interface GetAllIds

repos/effect/packages/effect/test/Request.test.ts:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34type UserRequest = GetAllIds | GetNameById
35
36interface GetAllIds extends Request.Request<ReadonlyArray<number>> {
37 readonly _tag: "GetAllIds"
38}
39const GetAllIds = Request.tagged<GetAllIds>("GetAllIds")
40
41interface GetRequestService extends Request.Request<string> {

Callers 1

Request.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…