Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ get_client
Function
get_client
crates/chat-cli/src/request.rs:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
#[tokio::test]
82
async fn get_client() {
83
new_client().unwrap();
84
}
85
86
#[tokio::test]
87
async fn request_test() {
Callers
nothing calls this directly
Calls
1
new_client
Function · 0.85
Tested by
no test coverage detected