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

Class Initial

packages/effect-app/src/Model/query/dsl.ts:263–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 | {
262 readonly _tag: "relation-count"
263 readonly path: string
264 readonly operation?: ComputedProjectionOperation
265 }
266 | {
267 readonly _tag: "relation-any"
268 readonly path: string
269 readonly operation?: ComputedProjectionOperation
270 }
271 | {
272 readonly _tag: "relation-every"
273 readonly path: string
274 readonly operation: ComputedProjectionOperation
275 }
276 | {
277 readonly _tag: "relation-distinct-count"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…