Skip to main content

create_export_data_from_rows

Function create_export_data_from_rows 

Source
pub fn create_export_data_from_rows(
    rows: Vec<FileRow>,
    module_roots: &[String],
    module_depth: usize,
    children: ChildIncludeMode,
    min_code: usize,
    max_rows: usize,
) -> ExportData