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

Method setParamNames

src/fl/remote/rpc/rpc_invokers.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56class TypedSchemaGenerator : public ErasedSchemaGenerator {
57public:
58 void setParamNames(const fl::vector<fl::string>& names) override {
59 mParamNames = names;
60 }
61
62 // Flat tuple format: [["name", "type"], ...] optimized for low-memory devices
63 json params() const override {

Callers 1

registerMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected