MCPcopy 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
1144type DisplayTaskJoinHandle = JoinHandle<Result<(), eyre::Report>>;

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls 1

readMethod · 0.80

Tested by

no test coverage detected