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

Method toJson

tests/fl/ui/ui.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41public:
42 MockJsonUiInternal(const fl::string& name) : fl::JsonUiInternal(name) {}
43 void toJson(fl::json& json) const override { FL_UNUSED(json); }
44 void updateInternal(const fl::json& json) override { FL_UNUSED(json); }
45};
46

Callers 2

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected