MCPcopy
hub / github.com/mobxjs/mobx-state-tree / IPatches

Interface IPatches

src/core/mst-operations.ts:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 assertIsStateTreeNode(subject, 1)
187
188 interface IPatches {
189 patches: IJsonPatch[]
190 reversedInversePatches: IJsonPatch[]
191 inversePatches: IJsonPatch[]
192 }
193
194 const data: Pick<IPatches, "patches" | "inversePatches"> = {
195 patches: [],

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…