Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ tcp_connection
Method
tcp_connection
perro_source/api_modules/perro_networking/src/world.rs:519–521 ·
view source on GitHub ↗
(&self, id: TcpConnectionId)
Source
from the content-addressed store, hash-verified
517
}
518
}
519
}
520
}
521
522
fn tcp_host(&self, id: TcpHostId) -> NetResult<&TcpHost> {
523
get_slot(&self.tcp_hosts, id.0,
"tcp host"
)
524
}
Callers
1
tcp_peer_addr
Method · 0.80
Calls
1
get_slot
Function · 0.85
Tested by
no test coverage detected