Cleanup cleanup the resources referenced by the StagingHandle. If the changes are not published by `Release`, they will be discarded.
(StagingHandle)
| 215 | // Cleanup cleanup the resources referenced by the StagingHandle. |
| 216 | // If the changes are not published by `Release`, they will be discarded. |
| 217 | Cleanup(StagingHandle) |
| 218 | // InspectStage used to inspect the value updates in the given stage. |
| 219 | InspectStage(StagingHandle, func(Key, KeyFlags, []byte)) |
| 220 |
no outgoing calls