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

Method end_object

FluidNC/src/JSONEncoder.cpp:226–230  ·  view source on GitHub ↗

Ends an object with }.

Source from the content-addressed store, hash-verified

224
225// Ends an object with }.
226void JSONencoder::end_object() {
227 dec_level();
228 line();
229 add('}');
230}
231
232// Creates a "tag":"value" member from a C-style string
233void JSONencoder::member(const char* tag, const char* value) {

Callers 9

fileShowHashFunction · 0.80
listFilesystemJSONFunction · 0.80
listGCodeFilesFunction · 0.80
addWebuiMethod · 0.80
handleFileOpsMethod · 0.80
sendPropResponseMethod · 0.80
showFwInfoJSONMethod · 0.80
listAPsMethod · 0.80
itemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected