(&self, id: &str)
| 152 | |
| 153 | #[must_use] |
| 154 | pub fn profile(&self, id: &str) -> Option<&'static ProviderTypeProfile> { |
| 155 | get_default_profile(id) |
| 156 | } |
| 157 | |
| 158 | #[must_use] |
| 159 | pub fn profiles(&self) -> Vec<&'static ProviderTypeProfile> { |
nothing calls this directly
no test coverage detected