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

Function func

packages/electric-db-collection/tests/sql-compiler.test.ts:17–19  ·  view source on GitHub ↗
(name: string, args: Array<any>)

Source from the content-addressed store, hash-verified

15// Helper to create a function expression
16
17function func(name: string, args: Array<any>): IR.BasicExpression<boolean> {
18 return { type: `func`, name, args } as IR.BasicExpression<boolean>
19}
20
21describe(`sql-compiler`, () => {
22 describe(`compileSQL`, () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected