MCPcopy 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
243bool TCPSocket::is_open()
244{
245 return _priv->socket != INVALID_SOCKET;
246}
247
248void TCPSocket::close()
249{

Callers 15

read_temporaryMethod · 0.45
write_temporaryMethod · 0.45
readMethod · 0.45
read_optionalMethod · 0.45
runMethod · 0.45
compileFunction · 0.45
read_data_versionsFunction · 0.45
read_data_indexFunction · 0.45
read_data_mtimesFunction · 0.45
read_data_dependenciesFunction · 0.45
write_data_indexFunction · 0.45
write_data_versionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected