| 282 | int32_t max); |
| 283 | |
| 284 | StringSetting(type_t type, permissions_t permissions, const char* grblName, const char* name, const char* defVal) : |
| 285 | StringSetting(NULL, type, permissions, grblName, name, defVal, 0, 0) {}; |
| 286 | |
| 287 | void load() override; |
| 288 | void setDefault() override; |
nothing calls this directly
no outgoing calls
no test coverage detected