Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool paramIsJSON(const char* cmd_params) {
41
return strstr(cmd_params,
"json=yes"
) != NULL;
42
}
43
44
bool anyState() {
45
return false;
Callers
3
showSysStats
Method · 0.85
setWebSetting
Method · 0.85
showFwInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected