MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getVariable

Method getVariable

src/common/StateDatabase.cpp:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647
648std::string StateDatabase::ExpressionToken::getVariable() const {
649 // note that the necessary type check must be done first
650 return tokenContents.variable;
651}
652
653
654StateDatabase::ExpressionToken::Operator StateDatabase::ExpressionToken::getOperator() const {

Callers 2

StateDatabase.cppFile · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected