set default target values for new races
| 859 | |
| 860 | // set default target values for new races |
| 861 | static void autobutcher_setDefaultTargetNew(color_ostream &out, unsigned fk, unsigned mk, unsigned fa, unsigned ma) { |
| 862 | config.set_int(CONFIG_DEFAULT_FK, fk); |
| 863 | config.set_int(CONFIG_DEFAULT_MK, mk); |
| 864 | config.set_int(CONFIG_DEFAULT_FA, fa); |
| 865 | config.set_int(CONFIG_DEFAULT_MA, ma); |
| 866 | } |
| 867 | |
| 868 | // set default target values for ALL races (update watchlist and set new default) |
| 869 | static void autobutcher_setDefaultTargetAll(color_ostream &out, unsigned fk, unsigned mk, unsigned fa, unsigned ma) { |
no outgoing calls
no test coverage detected