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

Method authority

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

Source from the content-addressed store, hash-verified

49 fl::string_view query() const FL_NOEXCEPT { return view(mQuery); }
50 fl::string_view fragment() const FL_NOEXCEPT { return view(mFragment); }
51 fl::string_view authority() const FL_NOEXCEPT { return view(mAuthority); }
52
53 /// Numeric port. Returns the explicit port if present, otherwise the
54 /// well-known default for the scheme (80 for http, 443 for https, etc.).

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected