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

Method string

src/fl/stl/string.cpp.hpp:88–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 : string_n<FASTLED_STR_INLINED_SIZE>() {}
87
88string::string(const char* str) FL_NOEXCEPT
89 : string_n<FASTLED_STR_INLINED_SIZE>(str) {}
90
91string::string(const char* str, fl::size len) FL_NOEXCEPT
92 : string_n<FASTLED_STR_INLINED_SIZE>(str, len) {}

Callers 2

toJsonMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls 3

strlenFunction · 0.85
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected