MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / profiles

Method profiles

crates/openshell-providers/src/lib.rs:159–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 ///

Callers

nothing calls this directly

Calls 1

default_profilesFunction · 0.85

Tested by

no test coverage detected