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

Method scheme

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

---- Component accessors (return views into mUrl) ----

Source from the content-addressed store, hash-verified

42
43 // ---- Component accessors (return views into mUrl) ----
44 fl::string_view scheme() const FL_NOEXCEPT { return view(mScheme); }
45 fl::string_view userinfo() const FL_NOEXCEPT { return view(mUserinfo); }
46 fl::string_view host() const FL_NOEXCEPT { return view(mHost); }
47 fl::string_view port_str() const FL_NOEXCEPT { return view(mPort); }

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected