Expand description
The entry tree: id scheme, structural edits, and whole-tree diffs.
Structsยง
- Entry
Tree - An in-memory tree of
Entrys mirroring one config file. - Removed
Entry - An entry whose id vanished from the new data, together with the composite path it had while attached (detached entries would otherwise report a bare id).
- Tree
Diff - What changed in one
EntryTree::reconcilepass.