MCPcopy Index your code
hub / github.com/immerjs/immer / ProxyBaseState

Interface ProxyBaseState

src/core/proxy.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26} from "../internal"
27
28interface ProxyBaseState extends ImmerBaseState {
29 parent_?: ImmerState
30 revoke_(): void
31}
32
33export interface ProxyObjectState extends ProxyBaseState {
34 type_: ArchType.Object

Callers 1

revokeDraftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…