(providers: &[Provider])
| 3564 | } |
| 3565 | |
| 3566 | fn print_provider_attachment_table(providers: &[Provider]) { |
| 3567 | print!("{}", format_provider_attachment_table(providers, true)); |
| 3568 | } |
| 3569 | |
| 3570 | fn format_provider_attachment_table(providers: &[Provider], color: bool) -> String { |
| 3571 | use std::fmt::Write as _; |
no outgoing calls
no test coverage detected