MCPcopy Create free account
hub / github.com/effect-app/libs / cosmos-query.test.ts

File cosmos-query.test.ts

packages/infra/test/cosmos-query.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/no-explicit-any */
2import { and, computed, make, project, projectComputed, relation, toFilter, where } from "effect-app/Model/query"
3import * as S from "effect-app/Schema"
4import { describe, expect, it } from "vitest"

Callers

nothing calls this directly

Calls 11

makeFunction · 0.90
computedFunction · 0.90
relationFunction · 0.90
toFilterFunction · 0.90
projectFunction · 0.90
whereFunction · 0.90
andFunction · 0.90
buildWhereCosmosQuery3Function · 0.85
filterMethod · 0.80
pipeMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected