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

Function hasVirtualPropPath

packages/db/src/virtual-props.ts:280–282  ·  view source on GitHub ↗
(path: Array<string>)

Source from the content-addressed store, hash-verified

278 * @internal
279 */
280export function hasVirtualPropPath(path: Array<string>): boolean {
281 return path.some((segment) => isVirtualPropName(segment))
282}

Callers 2

ensureIndexForFieldFunction · 0.90
findIndexForFieldFunction · 0.85

Calls 1

isVirtualPropNameFunction · 0.85

Tested by

no test coverage detected