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

Function ref

packages/db/tests/query/subset-dedupe.test.ts:11–13  ·  view source on GitHub ↗
(path: string | Array<string>)

Source from the content-addressed store, hash-verified

9
10// Helper functions to build expressions more easily
11function ref(path: string | Array<string>): PropRef {
12 return new PropRef(typeof path === `string` ? [path] : path)
13}
14
15function val<T>(value: T): Value<T> {
16 return new Value(value)

Callers 3

useLiveQueryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected