MCPcopy Create free account
hub / github.com/OpenMW/openmw / isOpen

Method isOpen

components/compiler/exprparser.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 bool ExprParser::isOpen() const
75 {
76 return std::find(mOperators.begin(), mOperators.end(), '(') != mOperators.end();
77 }
78
79 void ExprParser::popOperator()
80 {

Callers 3

continueLoadingMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected