Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
96
pub struct Port(u16);
97
98
impl std::fmt::Display for Port {
99
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected