Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ has
Function
has
packages/db/src/query/builder/ref-proxy.ts:71–75 ·
view source on GitHub ↗
(target, prop)
Source
from the content-addressed store, hash-verified
69
},
70
71
has(target, prop) {
72
if
(prop === `__refProxy` || prop === `__path` || prop === `__type`)
73
return
true
74
return
Reflect.has(target, prop)
75
},
76
77
ownKeys(target) {
78
return
Reflect.ownKeys(target)
Callers
nothing calls this directly
Calls
1
has
Method · 0.45
Tested by
no test coverage detected