Forwarding function so that we can make GetObjectModelArrayEntry() protected
| 300 | |
| 301 | // Forwarding function so that we can make GetObjectModelArrayEntry() protected |
| 302 | const ObjectModelArrayTableEntry *_ecv_null FindObjectModelArrayEntry(unsigned int index) const noexcept { return GetObjectModelArrayEntry(index); } |
| 303 | |
| 304 | // Construct a JSON representation of those parts of the object model requested by the user. This version is called only on the root of the tree. |
| 305 | void ReportAsJson(const GCodeBuffer *_ecv_null gb, OutputBuffer *buf, const char *_ecv_array filter, const char *_ecv_array reportFlags, bool wantArrayLength) const THROWS(GCodeException); |
no outgoing calls
no test coverage detected