Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ getVariable
Method
getVariable
src/assignstatement.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
Variable* AssignStatement::getVariable() const
40
{
41
return variable;
42
}
43
44
void AssignStatement::setExpression(Expression* exp)
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected