MCPcopy Create free account
hub / github.com/bajrangCoder/setu / new

Method new

src/components/status_badge.rs:13–15  ·  view source on GitHub ↗
(status_code: u16)

Source from the content-addressed store, hash-verified

11}
12
13impl StatusBadge {
14 pub fn new(status_code: u16) -> Self {
15 Self { status_code }
16 }
17
18 #[allow(dead_code)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected