Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setVariable
Method
setVariable
src/common/StateDatabase.cpp:620–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
619
620
void StateDatabase::ExpressionToken::setVariable(std::string var) {
621
tokenType = variable;
622
tokenContents.variable = var;
623
}
624
625
626
void StateDatabase::ExpressionToken::setOper(Operator op) {
Callers
1
StateDatabase.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected