MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isOpen

Method isOpen

3rdparty/cppdap/src/socket.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool Socket::isOpen() const {
284 if (shared) {
285 return shared->isOpen();
286 }
287 return false;
288}
289
290void Socket::close() const {
291 if (shared) {

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected