Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ peer_string
Method
peer_string
perro_source/api_modules/perro_networking/src/websocket.rs:259–261 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
257
}
258
259
pub fn peer_string(&self) -> String {
260
self.peer.clone()
261
}
262
263
pub fn selected_subprotocol(&self) -> Option<&str> {
264
self.selected_subprotocol.as_deref()
Callers
4
connected_event
Method · 0.45
poll_event
Method · 0.45
poll_variant_event
Method · 0.45
accept_event
Method · 0.45
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected