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

Method head

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

Expose head/tail/full for move operations.

Source from the content-addressed store, hash-verified

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

Callers 3

circular_bufferMethod · 0.80
circular_bufferClass · 0.80
_get_remote_file_sizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected