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

Class Port

src/config_loader.rs:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94// Custom type for Port
95#[derive(Debug, Clone, Copy)]
96pub struct Port(u16);
97
98impl std::fmt::Display for Port {
99 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected