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

Interface GetRequestService

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

Source from the content-addressed store, hash-verified

39const GetAllIds = Request.tagged<GetAllIds>("GetAllIds")
40
41interface GetRequestService extends Request.Request<string> {
42 readonly _tag: "GetRequestService"
43}
44const GetRequestService = Request.tagged<GetRequestService>("GetRequestService")
45
46class GetNameById extends Request.TaggedClass("GetNameById")<

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…