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

Function fetch

src/fl/net/http/fetch.h:281–283  ·  view source on GitHub ↗

@brief Make an HTTP GET request with URL string literal (cross-platform) @param url The URL to fetch (C-string) @param callback Function to call with the response

Source from the content-addressed store, hash-verified

279/// @param url The URL to fetch (C-string)
280/// @param callback Function to call with the response
281inline void fetch(const char* url, const FetchCallback& callback) {
282 fetch(fl::string(url), callback);
283}
284
285// ========== Promise-Based API (JavaScript-like) ==========
286

Callers 6

index.tsFile · 0.50
processFileFunction · 0.50
fetchJsonFunction · 0.50
js_library.jsFile · 0.50
initializeFastLEDModuleFunction · 0.50
audio_manager.tsFile · 0.50

Calls 1

stringClass · 0.50

Tested by

no test coverage detected