MCPcopy Create free account
hub / github.com/FastLED/FastLED / getClientIds

Method getClientIds

src/fl/net/http/stream_server.cpp.hpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129fl::vector<u32> HttpStreamServer::getClientIds() const {
130 return mNativeServer ? mNativeServer->getClientIds() : fl::vector<u32>();
131}
132
133int HttpStreamServer::sendData(fl::span<const u8> data) {
134 if (!isConnected()) {

Callers 5

acceptClientsMethod · 0.45
recvDataMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected