Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ display_name
Method
display_name
crates/chat-cli/src/cli/chat/cli/model.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn display_name(&self) -> &str {
65
self.model_name.as_deref().unwrap_or(&self.model_id)
66
}
67
68
pub fn description(&self) -> Option<&str> {
69
self.description
Callers
2
format_status_display
Method · 0.45
select_model
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected