pub fn module_workflow_from_inputs(
inputs: &[InMemoryFile],
scan_opts: &ScanOptions,
module: &ModuleSettings,
) -> Result<ModuleReceipt>Expand description
Runs the module summary workflow for ordered in-memory inputs.
pub fn module_workflow_from_inputs(
inputs: &[InMemoryFile],
scan_opts: &ScanOptions,
module: &ModuleSettings,
) -> Result<ModuleReceipt>Runs the module summary workflow for ordered in-memory inputs.