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

Interface GetParentChildren

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

Source from the content-addressed store, hash-verified

45export const GetAllParents = Request.tagged<GetAllParents>("GetAllParents")
46
47export interface GetParentChildren extends Request.Request<ReadonlyArray<Child>> {
48 readonly _tag: "GetParentChildren"
49 readonly id: number
50}
51
52export const GetParentChildren = Request.tagged<GetParentChildren>("GetParentChildren")
53

Callers 1

getChildrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected