MCPcopy Create free account
hub / github.com/bdring/FluidNC / getDefaultString

Method getDefaultString

FluidNC/src/Settings.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177const char* IntSetting::getDefaultString() {
178 static char strval[32];
179 snprintf(strval, 32, "%d", int(_defaultValue));
180 return strval;
181}
182
183const char* IntSetting::getStringValue() {
184 static char strval[32];

Callers 1

list_changed_settingsFunction · 0.45

Calls 3

IP_stringFunction · 0.85
c_strMethod · 0.80
IPAddressClass · 0.50

Tested by

no test coverage detected