MCPcopy Create free account
hub / github.com/Kitware/CMake / isOpen

Method isOpen

Utilities/cmcppdap/src/socket.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool Socket::isOpen() const {
268 if (shared) {
269 return shared->isOpen();
270 }
271 return false;
272}
273
274void Socket::close() const {
275 if (shared) {

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected