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

Method size

tests/fl/fx/video.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 bool is_open() const override { return true; }
39 bool available() const override { return mPos < data.size(); }
40 size_t size() const override { return data.size(); }
41
42 size_t writeData(const uint8_t *src, size_t len) {
43 data.insert(data.end(), src, src + len);

Callers 15

FL_TEST_FILEFunction · 0.45
test_map_move_semanticsFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
calculateMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_map_move_semanticsFunction · 0.36
calculateAverageFunction · 0.36
generateSineFunction · 0.36
generateDCFunction · 0.36
test_template_typeFunction · 0.36