Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ayushsharma82/WebSerial
/ getConnectionCount
Method
getConnectionCount
src/WebSerial.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool WebSerialClass::getConnectionCount() {
118
return _ws == nullptr ? 0 : _ws->count();
119
}
120
121
// Print func
122
size_t WebSerialClass::write(uint8_t m) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected