Skip to main content

validate_generated_batch

Function validate_generated_batch 

Source
pub fn validate_generated_batch(batch: &IrBatch) -> Vec<ValidationIssue>
Expand description

Validates that a generated IR batch is well-formed. Checks: node IDs are unique, parent references are valid, required props present.