MCPcopy Create free account
hub / github.com/fadeevab/design-patterns-rust / SecurityCode

Class SecurityCode

structural/facade/security_code.rs:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub struct SecurityCode {
2 code: u32,
3}
4
5impl SecurityCode {
6 pub fn new(code: u32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected