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

Method IsStringType

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

Source from the content-addressed store, hash-verified

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
141 void SetBool(bool b) noexcept;

Callers 2

THROWSFunction · 0.80
ConvertToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected