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

Method append_history_deltas

document/document-format/src/persist.rs:136–147  ·  view source on GitHub ↗

Encode the history deltas identified by `revs` and append them to the history file. `revs` comes from `Session::retire` in append order, which is a valid replay order, so a direct per-rev lookup preserves replay order without scanning the whole history.

(&mut self, revs: &[Rev])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

retire_innerMethod · 0.80

Calls 5

path_forFunction · 0.85
deltaMethod · 0.80
history_basenameMethod · 0.80
appendMethod · 0.45
append_non_blockingMethod · 0.45

Tested by

no test coverage detected