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