Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ active_task_count
Method
active_task_count
src/fl/net/http/fetch.cpp.hpp:486–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
size_t FetchManager::active_task_count() const {
487
return mActivePromises.size();
488
}
489
490
fl::size FetchManager::active_requests() const {
491
return mActivePromises.size();
Callers
1
total_active_tasks
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected