| 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: [], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…