MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / setPreviewDisplayOptions

Function setPreviewDisplayOptions

src/webconfig.cpp:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469std::string setPreviewDisplayOptions()
470{
471 std::string response = setDisplayOptions(Storage::getInstance().getDisplayOptions());
472 return response;
473}
474
475std::string getDisplayOptions() // Manually set Document Attributes for the display
476{

Callers

nothing calls this directly

Calls 2

getDisplayOptionsMethod · 0.80
setDisplayOptionsFunction · 0.70

Tested by

no test coverage detected