MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / recv

Method recv

crates/chat-cli/src/cli/chat/parser.rs:270–272  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

268 }
269
270 pub async fn recv(&mut self) -> Option<Result<ResponseEvent, RecvError>> {
271 self.ev_rx.recv().await
272 }
273
274 pub fn request_id(&self) -> Option<&str> {
275 self.request_id.as_deref()

Callers 11

newMethod · 0.45
nextMethod · 0.45
compact_history_implMethod · 0.45
handle_responseMethod · 0.45
list_promptsMethod · 0.45
get_promptMethod · 0.45
spawn_display_taskFunction · 0.45
into_legacy_modeMethod · 0.45
runMethod · 0.45

Calls 7

parse_tool_useMethod · 0.80
ToolUseClass · 0.50
cloneMethod · 0.45
peekMethod · 0.45
nextMethod · 0.45
is_emptyMethod · 0.45
make_metadataMethod · 0.45

Tested by 1