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

Method GetType

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

Source from the content-addressed store, hash-verified

135 void Release() noexcept; // release any associated storage
136
137 TypeCode GetType() const noexcept { return (TypeCode)type; }
138 bool IsStringType() const noexcept { return type == (uint32_t)TypeCode::CString || type == (uint32_t)TypeCode::HeapString; }
139 bool IsHeapStringArrayType() const noexcept;
140

Callers 11

THROWSFunction · 0.45
decreaseFunction · 0.45
THROWSFunction · 0.45
THROWSFunction · 0.45
ValueMenuItem.cppFile · 0.45
WriteEvaluationResultMethod · 0.45
ExchangeDataMethod · 0.45
THROWSFunction · 0.45
GetElementTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected