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

Method wasRepaired

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

True if the URL was missing a scheme and "https://" was assumed.

Source from the content-addressed store, hash-verified

39
40 /// True if the URL was missing a scheme and "https://" was assumed.
41 bool wasRepaired() const FL_NOEXCEPT { return mRepaired; }
42
43 // ---- Component accessors (return views into mUrl) ----
44 fl::string_view scheme() const FL_NOEXCEPT { return view(mScheme); }

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected