Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ is_open
Method
is_open
src/core/network/socket.cpp:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
bool TCPSocket::is_open()
244
{
245
return _priv->socket != INVALID_SOCKET;
246
}
247
248
void TCPSocket::close()
249
{
Callers
15
read_temporary
Method · 0.45
write_temporary
Method · 0.45
read
Method · 0.45
read_optional
Method · 0.45
run
Method · 0.45
compile
Function · 0.45
read_data_versions
Function · 0.45
read_data_index
Function · 0.45
read_data_mtimes
Function · 0.45
read_data_dependencies
Function · 0.45
write_data_index
Function · 0.45
write_data_versions
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected