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

Method getSize

src/fl/stl/json.h:700–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 // Compatibility with existing API for array/object access
699 size_t get_size() const FL_NOEXCEPT { return size(); }
700 size_t getSize() const FL_NOEXCEPT { return size(); }
701
702 // Set methods for building objects
703 void set(const fl::string& key, const json& value) FL_NOEXCEPT {

Callers 15

beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
showMethod · 0.45
beginTransmissionMethod · 0.45
prepareScratchBufferMethod · 0.45
showMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected