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

Method is_empty

crates/chat-cli/src/api_client/model.rs:606–608  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

604
605 #[allow(dead_code)]
606 pub fn is_empty(&self) -> bool {
607 self.len() == 0
608 }
609}
610
611impl From<amzn_codewhisperer_streaming_client::types::ChatResponseStream> for ChatResponseStream {

Callers 15

or_empty_docFunction · 0.45
download_feed_jsonFunction · 0.45
try_buildMethod · 0.45
into_serviceMethod · 0.45
fromMethod · 0.45
print_changelog_entryMethod · 0.45
print_versionMethod · 0.45
executeMethod · 0.45
parse_argsFunction · 0.45
codeblock_beginFunction · 0.45
recvMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by 1

parse_response_streamsFunction · 0.36