Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_running
Method
is_running
src/fl/stl/asio/http/server.h:220–220 ·
view source on GitHub ↗
Check if server is running
Source
from the content-addressed store, hash-verified
218
219
/// Check if server is running
220
bool is_running() const { return mRunning; }
221
222
/// Get server port
223
int port() const { return mPort; }
Callers
3
has_active_tasks
Method · 0.80
active_task_count
Method · 0.80
dump_active
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected