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

Method name

crates/openshell-tui/src/app.rs:419–421  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

417
418impl ProviderV2Entry {
419 pub fn name(&self) -> &str {
420 provider_name(&self.provider)
421 }
422
423 pub fn profile_label(&self) -> String {
424 self.profile.as_ref().map_or_else(

Callers 3

telemetry_senderFunction · 0.45
record_debugMethod · 0.45
record_strMethod · 0.45

Calls 1

provider_nameFunction · 0.85

Tested by

no test coverage detected