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

Function preventExtensions

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

Source from the content-addressed store, hash-verified

1012 },
1013
1014 preventExtensions(ptarget) {
1015 // Forward to target to allow Object.seal() and Object.preventExtensions()
1016 return Reflect.preventExtensions(ptarget)
1017 },
1018
1019 isExtensible(ptarget) {
1020 // Forward to target to maintain consistency

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected