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

Class Secret

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

Source from the content-addressed store, hash-verified

101#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, serde::Serialize, serde::Deserialize)]
102#[serde(transparent)]
103pub struct Secret(pub String);
104
105impl std::fmt::Debug for Secret {
106 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 2

testMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected