Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ socket_fd
Function
socket_fd
src/Sockets.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
template <class T>
87
inline static SOCKET socket_fd(T socket)
88
{
89
assert(socket && *(int *)socket != INVALID_SOCKET);
90
return *(SOCKET *)socket;
91
}
92
93
uint32_t socket_localaddress()
94
{
Callers
7
tcp_connect
Function · 0.85
tcp_select
Function · 0.85
tcp_recv
Function · 0.85
tcp_send
Function · 0.85
tcp_close
Function · 0.85
icmp_query
Function · 0.85
icmp_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected