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