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

Method view

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

Source from the content-addressed store, hash-verified

84 };
85
86 fl::string_view view(const Span &s) const FL_NOEXCEPT {
87 if (s.len == 0)
88 return fl::string_view();
89 return fl::string_view(mUrl.c_str() + s.off, s.len);
90 }
91
92 void zeroOffsets() FL_NOEXCEPT {
93 mScheme = {0, 0};

Callers

nothing calls this directly

Calls 2

string_viewClass · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected