MCPcopy
hub / github.com/immerjs/immer / MapState

Interface MapState

src/utils/plugins.ts:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78/** Map / Set plugin */
79
80export interface MapState extends ImmerBaseState {
81 type_: ArchType.Map
82 copy_: AnyMap | undefined
83 base_: AnyMap
84 revoked_: boolean
85 draft_: Drafted<AnyMap, MapState>
86}
87
88export interface SetState extends ImmerBaseState {
89 type_: ArchType.Set

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…