pub fn observation_from_diagnostics(
path: &str,
revision: Option<u64>,
stale: bool,
items: Vec<String>,
) -> MutationObservationV1Expand description
Build the observation attached to a mutation. A stale snapshot drops diagnostic items so a previous revision cannot be presented as current.