Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getVariable
Method
getVariable
src/MathExp.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
float MathExp::getVariable(std::string name)
146
{
147
return mVariables[name];
148
}
149
150
float MathExp::strToVal(std::string str)
151
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected