Skip to main content

generate_aggregated_content

Function generate_aggregated_content 

Source
pub fn generate_aggregated_content(
    section_style: SectionStyle,
    projects: &[ProjectOwners],
    header: Option<&str>,
) -> String
Expand description

Generate aggregated CODEOWNERS content from multiple projects.

This is the core aggregation logic used by all providers. Each provider specifies their section style for formatting.