finding_id

Function finding_id 

Source
pub fn finding_id(
    category: &str,
    path: &str,
    related_path: Option<&str>,
) -> String
Expand description

Build a stable finding id from category and affected paths.

The database layer uses the same id contract when it builds health findings through SQL instead of materializing the complete node list.