MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / redo

Method redo

document/graph-storage/src/session.rs:405–427  ·  view source on GitHub ↗

Redo the most-recently-undone interaction: re-apply every delta from the current `head` forward to (and including) the checkpoint rev, advancing `head` to it. Collects the forward span by walking parents back from the checkpoint to `head` (the chain is linear in the silent solo zone).

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

popMethod · 0.80
force_apply_opMethod · 0.80
getMethod · 0.65
cloneMethod · 0.45
pushMethod · 0.45
into_iterMethod · 0.45

Tested by

no test coverage detected