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

Method end_array

FluidNC/src/JSONEncoder.cpp:201–205  ·  view source on GitHub ↗

Ends an array with ]

Source from the content-addressed store, hash-verified

199
200// Ends an array with ]
201void JSONencoder::end_array() {
202 dec_level();
203 line();
204 add(']');
205}
206
207// Begins the creation of a member whose value is an object.
208// Call end_object() to close the member

Callers 11

fileShowSomeFunction · 0.80
listFilesystemJSONFunction · 0.80
listGCodeFilesFunction · 0.80
addWebuiMethod · 0.80
handleFileOpsMethod · 0.80
showSysStatsJSONMethod · 0.80
listSettingsJSONMethod · 0.80
listSettingsMethod · 0.80
sendPropResponseMethod · 0.80
listAPsMethod · 0.80
itemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected