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

Method host

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

Source from the content-addressed store, hash-verified

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); }
49 fl::string_view query() const FL_NOEXCEPT { return view(mQuery); }

Callers 3

FetchRequestMethod · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected