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

Method fxName

src/fl/fx/fx2d_to_1d.cpp.hpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36fl::string Fx2dTo1d::fxName() const {
37 return fl::string("Fx2dTo1d(") + mFx2d->fxName() + ")";
38}
39
40} // namespace fl

Callers

nothing calls this directly

Calls 1

stringClass · 0.50

Tested by

no test coverage detected