Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setOper
Method
setOper
src/common/StateDatabase.cpp:626–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
625
626
void StateDatabase::ExpressionToken::setOper(Operator op) {
627
tokenType = oper;
628
tokenContents.oper = op;
629
}
630
631
632
StateDatabase::ExpressionToken::Type StateDatabase::ExpressionToken::getTokenType() const {
Callers
1
StateDatabase.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected