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

Class

packages/infra/test/query.test.ts:1497–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495 const good2 = base.pipe(where("items", "includes-any", ["a"]))
1496 const good3 = base.pipe(where("id", "startsWith", "a"))
1497 const good4 = base.pipe(where("id2", "startsWith", "a"))
1498
1499 expectTypeOf(good1).toEqualTypeOf<QueryWhere<Some, Some>>()
1500 expectTypeOf(good2).toEqualTypeOf<QueryWhere<Some, Some>>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected