MCPcopy Create free account
hub / github.com/cosdata/cosdata / from

Method from

src/config_loader.rs:106–108  ·  view source on GitHub ↗
(port: u16)

Source from the content-addressed store, hash-verified

104// Conversion from/to raw port numbers
105impl From<u16> for Port {
106 fn from(port: u16) -> Self {
107 Port(port)
108 }
109}
110
111impl From<Port> for u16 {

Callers

nothing calls this directly

Calls 1

PortClass · 0.85

Tested by

no test coverage detected