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

Function ref

packages/powersync-db-collection/tests/sqlite-compiler.test.ts:7–7  ·  view source on GitHub ↗
(path: Array<string>)

Source from the content-addressed store, hash-verified

5const val = <T>(value: T) => new IR.Value(value)
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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected