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

Method reset

components/compiler/lineparser.cpp:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494 void LineParser::reset()
495 {
496 mState = BeginState;
497 mName.clear();
498 mExplicit.clear();
499 }
500
501 void GetArgumentsFromMessageFormat::visitedPlaceholder(
502 Placeholder placeholder, int /*flags*/, int /*width*/, int /*precision*/, Notation /*notation*/)

Callers 3

parseExpressionMethod · 0.45
parseNameMethod · 0.45
parseKeywordMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected