MCPcopy Create free account
hub / github.com/TanStack/db / not

Function not

packages/db/tests/query/subset-dedupe.test.ts:43–45  ·  view source on GitHub ↗
(expression: BasicExpression<boolean>)

Source from the content-addressed store, hash-verified

41}
42
43function not(expression: BasicExpression<boolean>): Func {
44 return new Func(`not`, [expression])
45}
46
47describe(`createDeduplicatedLoadSubset`, () => {
48 it(`should call underlying loadSubset on first call`, async () => {

Callers 10

createJoinTestsFunction · 0.70
createDistinctTestsFunction · 0.70
createGroupByTestsFunction · 0.70
createOrderByTestsFunction · 0.70
createWhereTestsFunction · 0.70
select.test.tsFile · 0.50
functions.test.tsFile · 0.50
where.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected