| 2053 | } |
| 2054 | |
| 2055 | static void toggleCurLevelWarmDig(color_ostream &out) { |
| 2056 | toggle_cur_level(out, warm_config); |
| 2057 | } |
| 2058 | |
| 2059 | static void toggleCurLevelDampDig(color_ostream &out) { |
| 2060 | toggle_cur_level(out, damp_config); |
nothing calls this directly
no test coverage detected