MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / SensitiveUrl

Class SensitiveUrl

src/ore/src/url.rs:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27/// A URL that redacts its password when formatted.
28#[derive(Clone, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash)]
29pub struct SensitiveUrl(pub Url);
30
31impl SensitiveUrl {
32 /// Converts into the underlying URL with the password redacted if it

Callers 3

parse_refMethod · 0.85
sequence_copy_fromMethod · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected