MCPcopy Create free account
hub / github.com/TanStack/db / getOwnPropertyDescriptor

Function getOwnPropertyDescriptor

packages/db/src/proxy.ts:1009–1012  ·  view source on GitHub ↗
(ptarget, prop)

Source from the content-addressed store, hash-verified

1007 },
1008
1009 getOwnPropertyDescriptor(ptarget, prop) {
1010 // Forward to target to maintain Proxy invariants for seal/freeze
1011 return Reflect.getOwnPropertyDescriptor(ptarget, prop)
1012 },
1013
1014 preventExtensions(ptarget) {
1015 // Forward to target to allow Object.seal() and Object.preventExtensions()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected