MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ~Variable

Method ~Variable

src/ObjectModel/Variable.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Variable::~Variable()
20{
21 name.Delete();
22 val.Release();
23}
24
25bool Variable::IsValidVariableName(const char *_ecv_array str) noexcept
26{

Callers

nothing calls this directly

Calls 2

DeleteMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected