(json: bool, output_is_tty: bool)
| 40 | } |
| 41 | |
| 42 | pub(crate) fn should_show_usage_load_progress(json: bool, output_is_tty: bool) -> bool { |
| 43 | !json && output_is_tty |
| 44 | } |
| 45 | |
| 46 | fn agent_label(agent: UsageLoadAgent) -> &'static str { |
| 47 | match agent { |
no outgoing calls
no test coverage detected