pub async fn commit_promotions(
repository: &Arc<dyn MemoryRepository>,
owner: &UserId,
outcomes: Vec<PromotionOutcome>,
idempotency_key: &str,
) -> Result<CommitReceipt, MemoryError>Expand description
Apply a promotion sweep’s outcomes to the repository.