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

Method profile

crates/openshell-providers/src/lib.rs:154–156  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_default_profileFunction · 0.85

Tested by

no test coverage detected