MCPcopy 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
61u16 HttpStreamServer::port() const {
62 return mNativeServer ? mNativeServer->port() : 0;
63}
64
65void HttpStreamServer::acceptClients() {
66 if (!isConnected()) {

Callers 1

FetchRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected