Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoaoLopesF/RemoteDebug
/ isConnected
Method
isConnected
src/RemoteDebugWS.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
// Is connected ?
166
167
boolean RemoteDebugWS::isConnected() {
168
return (_webSocketConnected != WS_NOT_CONNECTED);
169
}
170
171
// Print
172
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected