MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / app_name

Function app_name

crates/chat-cli/src/aws_common/mod.rs:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const APP_NAME_STR: &str = "AmazonQ-For-CLI";
13
14pub fn app_name() -> AppName {
15 static APP_NAME: LazyLock<AppName> = LazyLock::new(|| AppName::new(APP_NAME_STR).expect("invalid app name"));
16 APP_NAME.clone()
17}
18
19pub fn behavior_version() -> BehaviorVersion {
20 BehaviorVersion::v2025_08_07()

Callers 5

newMethod · 0.85
newMethod · 0.85
clientFunction · 0.85
user_agent_baseFunction · 0.85

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected