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

Function func

packages/db/tests/query/predicate-utils.test.ts:28–30  ·  view source on GitHub ↗
(name: string, ...args: Array<BasicExpression>)

Source from the content-addressed store, hash-verified

26}
27
28function func(name: string, ...args: Array<BasicExpression>): Func {
29 return new Func(name, args)
30}
31
32function eq(left: BasicExpression, right: BasicExpression): Func {
33 return func(`eq`, left, right)

Callers 9

eqFunction · 0.70
gtFunction · 0.70
gteFunction · 0.70
ltFunction · 0.70
lteFunction · 0.70
andFunction · 0.70
orFunction · 0.70
inOpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected