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

Function func

packages/powersync-db-collection/tests/sqlite-compiler.test.ts:8–9  ·  view source on GitHub ↗
(name: string, args: Array<IR.BasicExpression>)

Source from the content-addressed store, hash-verified

6// Helper to create expression nodes
7const ref = (path: Array<string>) => new IR.PropRef(path)
8const func = <T = unknown>(name: string, args: Array<IR.BasicExpression>) =>
9 new IR.Func<T>(name, args)
10
11describe(`SQLite Compiler`, () => {
12 describe(`where clause compilation`, () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected