MCPcopy Index your code
hub / github.com/Effect-TS/effect / GetAllParents

Interface GetAllParents

packages/effect/test/Effect/query-nested.test.ts:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface GetAllParents extends Request.Request<ReadonlyArray<Parent>> {
42 readonly _tag: "GetAllParents"
43}
44
45export const GetAllParents = Request.tagged<GetAllParents>("GetAllParents")
46

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected