Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.45
next
Method · 0.45
test_response_parser_avoid_invalid_json
Function · 0.45
compact_history_impl
Method · 0.45
generate_agent_config_impl
Method · 0.45
handle_response
Method · 0.45
list_prompts
Method · 0.45
get_prompt
Method · 0.45
spawn_display_task
Function · 0.45
into_legacy_mode
Method · 0.45
run
Method · 0.45
Calls
7
parse_tool_use
Method · 0.80
ToolUse
Class · 0.50
clone
Method · 0.45
peek
Method · 0.45
next
Method · 0.45
is_empty
Method · 0.45
make_metadata
Method · 0.45
Tested by
1
test_response_parser_avoid_invalid_json
Function · 0.36