Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
void CatmullRomPath::clear() { params().clear(); }
268
269
fl::size CatmullRomPath::size() const { return params().size(); }
270
271
CatmullRomParams &CatmullRomPath::params() { return *mParams; }
272
Callers
1
compute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected