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

Method IsNull

src/Platform/ArrayHandle.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 void Delete() noexcept;
35 const ArrayHandle &_ecv_from IncreaseRefCount() const noexcept;
36 bool IsNull() const noexcept { return slotPtr == nullptr; }
37
38protected:
39 Heap::IndexSlot * null slotPtr;

Callers 15

SpinMethod · 0.45
SetIPAddressMethod · 0.45
SpinMethod · 0.45
socketFunction · 0.45
connectFunction · 0.45
sendtoFunction · 0.45
SetIPAddressMethod · 0.45
decreaseFunction · 0.45
ChangeMethod · 0.45
RepRap.cppFile · 0.45
SaveConfigErrorMethod · 0.45
GetLockedCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected