| 338 | validate_unique_batch_ids(items, id); |
| 339 | context.values[id + ".count"] = std::to_string(items.size()); |
| 340 | context.batches[id] = std::move(items); |
| 341 | std::cout << "workflow_step=" << id << "\n"; |
| 342 | std::cout << "batch_items=" << context.values[id + ".count"] << "\n"; |
| 343 | } |
| 344 | |
| 345 | std::string path_arg(const std::filesystem::path & path) { |
no outgoing calls
no test coverage detected