Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
continueLoading
Method · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
3
find
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected