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

Function isExtensible

packages/db/src/proxy.ts:1019–1022  ·  view source on GitHub ↗
(ptarget)

Source from the content-addressed store, hash-verified

1017 },
1018
1019 isExtensible(ptarget) {
1020 // Forward to target to maintain consistency
1021 return Reflect.isExtensible(ptarget)
1022 },
1023
1024 deleteProperty(dobj, prop) {
1025 debugLog(`deleteProperty`, dobj, prop)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected