Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_password
Function · 0.80
secret_get_time
Function · 0.80
secret_delete
Function · 0.80
load_from_secret_store
Method · 0.80
delete
Method · 0.80
Calls
1
delete_entry
Method · 0.80
Tested by
1
test_set_password
Function · 0.64