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