Function check_missing_milestone_years

Source
fn check_missing_milestone_years(
    process: &Process,
    map_for_process: &ProcessActivityLimitsMap,
    base_year: u32,
) -> Result<()>
Expand description

Check every milestone year in which the process can be commissioned has availabilities.

Entries for non-milestone years in which the process can be commissioned (which are only required for pre-defined assets, if at all) are not required and will be checked lazily when assets requiring them are constructed.