Function smartnoise_validator::get_properties[][src]

pub fn get_properties(
    privacy_definition: Option<PrivacyDefinition>,
    computation_graph: HashMap<u32, Component>,
    release: Release,
    node_ids: Vec<u32>
) -> Result<(HashMap<u32, ValueProperties>, Vec<Error>)>

Retrieve the static properties from every reachable node on the graph.