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

Function isRefProxy

packages/db/src/query/builder/ref-proxy.ts:339–341  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

337 * Type guard to check if a value is a RefProxy
338 */
339export function isRefProxy(value: any): value is RefProxy {
340 return value && typeof value === `object` && value.__refProxy === true
341}
342
343/**
344 * Helper to create a Value expression from a literal

Callers 6

whereMethod · 0.85
havingMethod · 0.85
selectMethod · 0.85
isExpressionValueFunction · 0.85
toExpressionFunction · 0.85
ref-proxy.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…