Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setExpression
Method
setExpression
src/MathExp.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void MathExp::setExpression(std::string str)
136
{
137
mExpression = str;
138
}
139
140
void MathExp::setVariable(std::string name, float val)
141
{
Callers
1
resolveExp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected