Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setTail
Method
setTail
src/fl/stl/circular_buffer.h:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
bool isFull() const { return mFull; }
145
void setHead(fl::size h) { mHead = h; }
146
void setTail(fl::size t) { mTail = t; }
147
void setFull(bool f) { mFull = f; }
148
149
private:
Callers
2
circular_buffer
Method · 0.80
circular_buffer
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected