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

Method setFull

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

Source from the content-addressed store, hash-verified

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:
150 fl::size increment(fl::size index) const { return (index + 1) % mCapacity; }

Callers 2

circular_bufferMethod · 0.80
circular_bufferClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected