Function smartnoise_validator::utilities::privacy::compute_graph_privacy_usage[][src]

pub fn compute_graph_privacy_usage(
    graph: &HashMap<u32, Component>,
    privacy_definition: &PrivacyDefinition,
    properties: &HashMap<u32, ValueProperties>,
    release: &Release
) -> Result<PrivacyUsage>

Compute the privacy usage of a graph, based on the privacy definition and actual usages reported by any computed values.