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

Method FindObjectModelArrayEntry

src/ObjectModel/ObjectModel.h:302–302  ·  view source on GitHub ↗

Forwarding function so that we can make GetObjectModelArrayEntry() protected

Source from the content-addressed store, hash-verified

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);

Callers 3

AppendAsStringMethod · 0.80
THROWSFunction · 0.80
THROWSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected