MCPcopy 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
54pub 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
59pub fn get_cli_client_application() -> Option<String> {

Callers 6

newMethod · 0.50
newMethod · 0.50
loadMethod · 0.50
newMethod · 0.50
newMethod · 0.50
integ_test_rts_cancelFunction · 0.50

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected