| 48 | } |
| 49 | |
| 50 | bool cbm_cli_progress_enabled(bool explicitly_requested, bool stderr_is_tty) { |
| 51 | return explicitly_requested || stderr_is_tty; |
| 52 | } |
| 53 | |
| 54 | static void progress_tool_name(const char *tool_name, char out[CBM_SZ_64]) { |
| 55 | size_t offset = 0; |
no outgoing calls
no test coverage detected