Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ reset
Method
reset
components/compiler/controlparser.cpp:284–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void ControlParser::reset()
285
{
286
mCode.clear();
287
mCodeBlock.clear();
288
mIfCode.clear();
289
mState = StartState;
290
Parser::reset();
291
}
292
}
Callers
4
parseIfBody
Method · 0.45
parseWhileBody
Method · 0.45
parseName
Method · 0.45
parseKeyword
Method · 0.45
Calls
2
reset
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected