MCPcopy 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
486size_t FetchManager::active_task_count() const {
487 return mActivePromises.size();
488}
489
490fl::size FetchManager::active_requests() const {
491 return mActivePromises.size();

Callers 1

total_active_tasksMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected