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

Method get_all_entries

crates/chat-cli/src/database/mod.rs:234–236  ·  view source on GitHub ↗

Get all entries for dumping the persistent application state.

(&self)

Source from the content-addressed store, hash-verified

232
233 /// Get all entries for dumping the persistent application state.
234 pub fn get_all_entries(&self) -> Result<Map<String, Value>, DatabaseError> {
235 self.all_entries(Table::State)
236 }
237
238 /// Get cognito credentials used by toolkit telemetry.
239 pub fn get_credentials_entry(&mut self) -> Result<Option<CredentialsJson>, DatabaseError> {

Callers 1

print_state_dumpFunction · 0.80

Calls 1

all_entriesMethod · 0.80

Tested by

no test coverage detected