Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
bool Socket::isOpen() const {
284
if (shared) {
285
return shared->isOpen();
286
}
287
return false;
288
}
289
290
void Socket::close() const {
291
if (shared) {
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected