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

Method str

src/fl/test/fltest.h:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319 operator T() const FL_NOEXCEPT { return mValue; }
320 const char* str() const FL_NOEXCEPT { return mStringified.c_str(); }
321};
322
323// Comparison helpers

Callers 10

make_trace_labelFunction · 0.45
ExpressionValueMethod · 0.45
binaryAssertFunction · 0.45
iterateMethod · 0.45
testRunEndMethod · 0.45
testCaseStartMethod · 0.45
testCaseEndMethod · 0.45
subcaseStartMethod · 0.45
assertResultMethod · 0.45
testRunStartMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected