| 433 | static ItemConstraint *get_constraint(color_ostream &out, const std::string &str, PersistentDataItem *cfg = NULL, bool create = true); |
| 434 | |
| 435 | static void start_protect(color_ostream &out) |
| 436 | { |
| 437 | check_lost_jobs(out, 0); |
| 438 | |
| 439 | if (!known_jobs.empty()) |
| 440 | out.print("Protecting {} jobs.\n", known_jobs.size()); |
| 441 | } |
| 442 | |
| 443 | static void init_state(color_ostream &out) |
| 444 | { |
no test coverage detected