(&self)
| 157 | |
| 158 | #[must_use] |
| 159 | pub fn profiles(&self) -> Vec<&'static ProviderTypeProfile> { |
| 160 | default_profiles().iter().collect() |
| 161 | } |
| 162 | |
| 163 | /// Inject provider-specific env vars via the registered plugin. |
| 164 | /// |
nothing calls this directly
no test coverage detected