| 645 | ******************************/ |
| 646 | |
| 647 | static std::string history_key(PersistentDataItem &config) { |
| 648 | return stl_sprintf("workflow/history/%d", -config.fake_df_id()); |
| 649 | } |
| 650 | |
| 651 | static ItemConstraint *get_constraint(color_ostream &out, const std::string &str, PersistentDataItem *cfg, bool create) |
| 652 | { |
no test coverage detected