Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
280
export
function
hasVirtualPropPath(path: Array<string>): boolean {
281
return
path.some((segment) => isVirtualPropName(segment))
282
}
Callers
2
ensureIndexForField
Function · 0.90
findIndexForField
Function · 0.85
Calls
1
isVirtualPropName
Function · 0.85
Tested by
no test coverage detected