pub fn resolutions(db: &Db) -> Vec<ResolutionRecord>Expand description
Every conflict decision currently recorded, sorted by (coll, id).
Only the latest decision per document; the earlier ones are on each
record’s prev chain and reachable with AS OF, the same as any other
superseded version in the engine.