Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
bool Socket::isOpen() const {
268
if (shared) {
269
return shared->isOpen();
270
}
271
return false;
272
}
273
274
void Socket::close() const {
275
if (shared) {
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected