MCPcopy Index your code
hub / github.com/GraphiteEditor/Graphite / revert_delta

Method revert_delta

document/graph-storage/src/document.rs:92–100  ·  view source on GitHub ↗

Apply a delta's `reverse` as the new forward op (silent-zone undo). Force-applied: structural ops are idempotent, and LWW arms assign the reverse value unconditionally even though it carries the same timestamp as the forward op it undoes.

(&mut self, target: RegistryTarget, mut delta: Delta)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

undoMethod · 0.80

Calls 3

all_parentsMethod · 0.80
apply_op_withMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected