Skip to main content

module_workflow

Function module_workflow 

Source
pub fn module_workflow(
    scan: &ScanSettings,
    module: &ModuleSettings,
) -> Result<ModuleReceipt>
Expand description

Runs the module summary workflow with pure settings types.

§Arguments

  • scan - Scan settings (paths, exclusions, etc.)
  • module - Module-specific settings (roots, depth, etc.)

§Returns

A ModuleReceipt containing the module breakdown.