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

Method discover_existing

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

Source from the content-addressed store, hash-verified

90 }
91
92 fn discover_existing(&self) -> Result<Option<DiscoveredProvider>, ProviderError> {
93 discover_with_spec(self, &RealDiscoveryContext)
94 }
95
96 fn credential_env_vars(&self) -> &'static [&'static str] {
97 self.credential_env_vars

Callers 2

Calls 2

discover_with_specFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected