Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ port
Method
port
src/fl/net/http/stream_server.cpp.hpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
u16 HttpStreamServer::port() const {
62
return mNativeServer ? mNativeServer->port() : 0;
63
}
64
65
void HttpStreamServer::acceptClients() {
66
if (!isConnected()) {
Callers
1
FetchRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected