MCPcopy Create free account
hub / github.com/ddd/gpb / MaskData

Class MaskData

src/utils/mask.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug, Deserialize, Serialize)]
10pub struct MaskData {
11 #[serde(flatten)]
12 pub masks: HashMap<String, Vec<String>>,
13}
14
15// Structure to store all extracted information from a masked phone number
16#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected