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

Method GetName

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

Source from the content-addressed store, hash-verified

25 static bool IsValidVariableName(const char *_ecv_array str) noexcept;
26
27 ReadLockedPointer<const char> GetName() const noexcept { return name.Get(); }
28 ExpressionValue GetValue() const noexcept { return val; }
29 int16_t GetScope() const noexcept { return scope; }
30 void Assign(ExpressionValue& ev) THROWS(GCodeException);

Callers 3

THROWSFunction · 0.45
Variable.cppFile · 0.45
DeleteMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected