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

Method delete_secret

crates/chat-cli/src/database/mod.rs:424–427  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

422 }
423
424 pub async fn delete_secret(&self, key: &str) -> Result<(), DatabaseError> {
425 trace!(key, "deleting secret");
426 self.delete_entry(Table::Auth, key)
427 }
428
429 // Private functions. Do not expose.
430

Callers 5

test_set_passwordFunction · 0.80
secret_get_timeFunction · 0.80
secret_deleteFunction · 0.80
deleteMethod · 0.80

Calls 1

delete_entryMethod · 0.80

Tested by 1

test_set_passwordFunction · 0.64