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

Function isVirtualPropName

packages/db/src/virtual-props.ts:272–274  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

270 * @internal
271 */
272export function isVirtualPropName(name: string): boolean {
273 return VIRTUAL_PROP_NAMES.includes(name as any)
274}
275
276/**
277 * Checks whether a property path references a virtual property.

Callers 1

hasVirtualPropPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected