MCPcopy Create free account
hub / github.com/dfranx/SHADERed / isOpen

Method isOpen

libs/cppdap/src/socket.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool Socket::isOpen() const {
254 if (shared) {
255 return shared->isOpen();
256 }
257 return false;
258}
259
260void Socket::close() const {
261 if (shared) {

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected