| 41 | public: |
| 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 |
no outgoing calls
no test coverage detected