MCPcopy Create free account
hub / github.com/FastLED/FastLED / fetch_update

Function fetch_update

src/fl/net/http/fetch.cpp.hpp:637–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void fetch_update() {
638 // Legacy function - use fl::task::run() for new code
639 // This provides backwards compatibility for existing code
640 fl::task::run(0);
641}
642
643fl::size fetch_active_requests() {
644 return FetchManager::instance().active_requests();

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected