MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / from

Method from

common/src/config.rs:36–38  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

34
35impl From<&str> for MaskedString {
36 fn from(s: &str) -> MaskedString {
37 MaskedString(String::from(s))
38 }
39}
40
41#[derive(Debug, Serialize, Deserialize, Copy, Clone, PartialEq, Eq, Default)]

Callers

nothing calls this directly

Calls 1

MaskedStringClass · 0.85

Tested by

no test coverage detected