Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ TcpHostId
Class
TcpHostId
perro_source/api_modules/perro_networking/src/ids.rs:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
2
pub struct TcpHostId(pub u32);
3
4
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
5
pub struct TcpConnectionId(pub u32);
Callers
2
bind_tcp_host
Method · 0.85
poll_accepts
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected