MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / THROWS

Function THROWS

src/ObjectModel/GlobalVariables.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14// Report all variables
15void GlobalVariables::ReportAllAsJson(OutputBuffer *buf) const THROWS(GCodeException)
16{
17 ObjectExplorationContext context;
18 ReportAsJson(buf, context, nullptr, 0, "");
19}
20
21// Construct a JSON representation of those parts of the object model requested by the user
22// This overrides the standard definition because the variable names are not fixed

Callers

nothing calls this directly

Calls 7

catMethod · 0.80
IncreaseDepthMethod · 0.80
IterateWhileMethod · 0.80
catfMethod · 0.80
GetValueMethod · 0.80
DecreaseDepthMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected