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

Method userinfo

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

Source from the content-addressed store, hash-verified

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); }
48 fl::string_view path() const FL_NOEXCEPT { return view(mPath); }

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected