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

Function paramIsJSON

FluidNC/src/Settings.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool paramIsJSON(const char* cmd_params) {
41 return strstr(cmd_params, "json=yes") != NULL;
42}
43
44bool anyState() {
45 return false;

Callers 3

showSysStatsMethod · 0.85
setWebSettingMethod · 0.85
showFwInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected