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

Method parseName

components/compiler/scriptparser.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool ScriptParser::parseName(const std::string& name, const TokenLoc& loc, Scanner& scanner)
24 {
25 mLineParser.reset();
26 if (mLineParser.parseName(name, loc, scanner))
27 scanner.scan(mLineParser);
28
29 return true;
30 }
31
32 bool ScriptParser::parseKeyword(int keyword, const TokenLoc& loc, Scanner& scanner)
33 {

Callers

nothing calls this directly

Calls 2

scanMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected