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

Method GetScope

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

Source from the content-addressed store, hash-verified

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);
31 void AssignIndexed(const ExpressionValue& ev, size_t numIndices, const uint32_t *_ecv_array indices) THROWS(GCodeException) pre(numIndices != 0; indices.lim >= numIndices);
32 void AssignArray(size_t numElements, function_ref<ExpressionValue(size_t)>) noexcept;

Callers 2

Variable.cppFile · 0.80
EndScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected