Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ is_integ_test
Function
is_integ_test
crates/chat-cli/src/util/env_var.rs:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
pub fn is_integ_test() -> bool {
55
std::env::var_os(CLI_IS_INTEG_TEST).is_some_and(|s| !s.is_empty())
56
}
57
58
/// Get CLI client application
59
pub fn get_cli_client_application() -> Option<String> {
Callers
6
new
Method · 0.50
new
Method · 0.50
load
Method · 0.50
new
Method · 0.50
new
Method · 0.50
integ_test_rts_cancel
Function · 0.50
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected