Stub method for group setting (does nothing on non-WASM platforms)
| 20 | |
| 21 | // Stub method for group setting (does nothing on non-WASM platforms) |
| 22 | void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); } |
| 23 | |
| 24 | // Stub method for accessing markdown content |
| 25 | const fl::string& markdownContent() const { return mContent; } |
no outgoing calls
no test coverage detected