pub async fn simulate_intent(
catalog: &ContentCatalog,
sim_config: &str,
chunk: &ChunkAssignment,
seed_base: u64,
resolver: &DynDataResolver<'_>,
progress: &dyn ProgressSink,
) -> Result<ChunkReport, ApplicationError>Expand description
Run a sim from a TOML config with the canonical raid profile.