Structs§
- Snapshot
Cadence - How often the maintenance task writes an anchor (§5.5).
Functions§
- cleanup_
expired_ snapshots - Retention: the newest
RETAIN, plus one per day forRETAIN_DAYS(§5.5, D-054). - load_
snapshot - Load a snapshot, refusing anything this build cannot read (§5.5, D-043).
- save_
snapshot - Save a bincode-serialized, zstd-compressed snapshot file (.snap.zst) (§5.5).
- write_
final - Write the final snapshot on clean shutdown (§5.1.7).