MCPcopy Index your code
hub / github.com/TanStack/db / createAgg

Function createAgg

packages/db/tests/query/optimizer.test.ts:47–49  ·  view source on GitHub ↗
(name: string, ...args: Array<any>)

Source from the content-addressed store, hash-verified

45}
46
47function createAgg(name: string, ...args: Array<any>) {
48 return new Aggregate(name, args)
49}
50
51describe(`Query Optimizer`, () => {
52 describe(`Basic Optimization`, () => {

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected