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

Method is_referencing

src/fl/stl/basic_string.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return isInline() || mStorage.is<NotNullStringHolderPtr>();
149 }
150 bool is_referencing() const FL_NOEXCEPT { return is_literal() || is_view(); }
151
152 // ======= ACCESSORS =======
153 fl::size size() const FL_NOEXCEPT { return mLength; }

Callers 2

copy_no_viewMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected