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

Method params

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

Flat tuple format: [["name", "type"], ...] optimized for low-memory devices

Source from the content-addressed store, hash-verified

61
62 // Flat tuple format: [["name", "type"], ...] optimized for low-memory devices
63 json params() const override {
64 return MethodSchema<Sig>::params(mParamNames);
65 }
66
67 const char* resultTypeName() const override {
68 return MethodSchema<Sig>::resultTypeName();

Callers 1

methodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected