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

Method isFull

src/fl/stl/circular_buffer.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 fl::size head() const { return mHead; }
143 fl::size tail() const { return mTail; }
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; }

Callers 2

circular_bufferMethod · 0.45
circular_bufferClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected