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

Method IsObsolete

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

Check if the queried field is obsolete

Source from the content-addressed store, hash-verified

428
429 // Check if the queried field is obsolete
430 bool IsObsolete() const noexcept { return ((uint8_t)flags & (uint8_t)ObjectModelEntryFlags::obsolete) != 0; }
431
432 // See whether we should add the value of this element to the buffer, returning true if it matched the filter and we did add it
433 bool ReportAsJson(OutputBuffer* buf, ObjectExplorationContext& context, const ObjectModelClassDescriptor *_ecv_null classDescriptor, const ObjectModel *_ecv_from self, const char *_ecv_array filter, bool first) const THROWS(GCodeException);

Callers 1

decreaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected