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

Method tail

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

Source from the content-addressed store, hash-verified

141 // Expose head/tail/full for move operations.
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; }

Callers 2

circular_bufferMethod · 0.80
circular_bufferClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected