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

Method create_array

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

Create methods for compatibility

Source from the content-addressed store, hash-verified

769
770 // Create methods for compatibility
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(); }

Callers

nothing calls this directly

Calls 1

arrayClass · 0.70

Tested by

no test coverage detected