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

Method setHead

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

Source from the content-addressed store, hash-verified

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; }
148

Callers 2

circular_bufferMethod · 0.80
circular_bufferClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected