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

Method capacity

src/fl/video/frame_interpolator.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 bool full() const { return mFrames.full(); }
69 size_t capacity() const { return mFrames.capacity(); }
70
71 FrameBuffer *getFrames() { return &mFrames; }
72

Callers 2

updateBufferFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected