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

Method size

src/fl/gfx/xypath_impls.cpp.hpp:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267void CatmullRomPath::clear() { params().clear(); }
268
269fl::size CatmullRomPath::size() const { return params().size(); }
270
271CatmullRomParams &CatmullRomPath::params() { return *mParams; }
272

Callers 1

computeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected