generate_batch

pub fn generate_batch(count: usize) -> Vec<PipelineId>
Expand description

Generates a batch of unique pipeline IDs

ยงUse Cases

  • Bulk pipeline creation
  • Testing with multiple pipelines
  • Pre-allocation for performance