Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
impl 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_sender
Function · 0.45
record_debug
Method · 0.45
record_str
Method · 0.45
Calls
1
provider_name
Function · 0.85
Tested by
no test coverage detected