| 275 | } |
| 276 | |
| 277 | static void wt_longstatus_print_trailer(struct wt_status *s) |
| 278 | { |
| 279 | status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", ""); |
| 280 | } |
| 281 | |
| 282 | static const char *wt_status_unmerged_status_string(int stagemask) |
| 283 | { |
no test coverage detected