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

Method get_status_data

crates/chat-cli/src/util/knowledge_store.rs:405–407  ·  view source on GitHub ↗

Get status data

(&self)

Source from the content-addressed store, hash-verified

403
404 /// Get status data
405 pub async fn get_status_data(&self) -> Result<semantic_search_client::SystemStatus, String> {
406 self.agent_client.get_status_data().await.map_err(|e| e.to_string())
407 }
408
409 /// Cancel active operation.
410 /// last operation if no operation id is provided.

Callers 2

invokeMethod · 0.45
handle_showMethod · 0.45

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected