Skip to main content

parse_observed_merges

Function parse_observed_merges 

Source
pub fn parse_observed_merges(text: &str) -> BTreeSet<String>
Expand description

Parses observation-ledger lines into the set of merged-revision oids.

Pure, so the ledger-row contract is testable without a state directory.