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

Method GetObjectModelArrayEntry

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

Get the requested entry in the array table

Source from the content-addressed store, hash-verified

339
340 // Get the requested entry in the array table
341 virtual const ObjectModelArrayTableEntry *_ecv_null GetObjectModelArrayEntry(unsigned int index) const noexcept { return nullptr; }
342
343 // Return the address of the ReadWriteLock (if any) that we need to acquire before querying or reporting on this object
344 // Override this default implementation in classes that need to be locked. If the returned lock belongs to the current object

Callers 3

THROWSFunction · 0.80
decreaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected