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

Function project

packages/effect-app/src/Model/query/dsl.ts:565–565  ·  view source on GitHub ↗
(schema: any, mode = "transform")

Source from the content-addressed store, hash-verified

563 <
564 Q extends Query<any> | QueryWhere<any, any, any> | QueryEnd<any, "many", any>
565 >(
566 current: Q
567 ): QueryProjection<ExtractFieldValuesRefined<Q>, NonNegativeInt, never, "count", ExtractExclusiveness<Q>>
568} = (current) => new Count({ current })

Callers 4

query.test.tsFile · 0.90
rawQuery.test.tsFile · 0.90
query.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…