MCPcopy 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)]
11pub struct WebSocketHostId(pub u32);
12
13#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
14pub struct WebSocketConnectionId(pub u32);

Callers 3

bind_websocket_hostMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected