Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ pending_clients
Method
pending_clients
crates/chat-cli/src/cli/chat/tool_manager.rs:1139–1141 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1137
}
1138
1139
pub async fn pending_clients(&self) -> Vec<String> {
1140
self.pending_clients.read().await.iter().cloned().collect::<Vec<_>>()
1141
}
1142
}
1143
1144
type DisplayTaskJoinHandle = JoinHandle<Result<(), eyre::Report>>;
Callers
2
execute
Method · 0.80
execute
Method · 0.80
Calls
1
read
Method · 0.80
Tested by
no test coverage detected