Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
bool Socket::isOpen() const {
254
if (shared) {
255
return shared->isOpen();
256
}
257
return false;
258
}
259
260
void Socket::close() const {
261
if (shared) {
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected