fn identity_maps_retained_bytes(
observed_facts: &BTreeMap<String, BTreeSet<IdentityFactKey>>,
rejected_facts_by_path: &BTreeMap<String, u64>,
) -> Result<u64, CliError>Expand description
Count the bounded map/set entries retained for observed identity facts.