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

Method url

src/fl/stl/url.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class url {
16 public:
17 url() FL_NOEXCEPT : mValid(false), mRepaired(false) { zeroOffsets(); }
18
19 explicit url(const char *url) FL_NOEXCEPT
20 : mUrl(url), mValid(false), mRepaired(false) {

Callers 2

execute_fetch_requestFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected