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

Method createArray

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

Source from the content-addressed store, hash-verified

771 static json create_array() FL_NOEXCEPT { return json::array(); }
772 static json create_object() FL_NOEXCEPT { return json::object(); }
773 static json createArray() FL_NOEXCEPT { return json::array(); }
774 static json createObject() FL_NOEXCEPT { return json::object(); }
775
776 // Serialize method for compatibility

Callers

nothing calls this directly

Calls 1

arrayClass · 0.70

Tested by

no test coverage detected