Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
Variable::~Variable()
20
{
21
name.Delete();
22
val.Release();
23
}
24
25
bool Variable::IsValidVariableName(const char *_ecv_array str) noexcept
26
{
Callers
nothing calls this directly
Calls
2
Delete
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected