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

Method toLower

components/compiler/parser.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string Parser::toLower(const std::string& name)
49 {
50 std::string lowerCase = Misc::StringUtils::lowerCase(name);
51
52 return lowerCase;
53 }
54
55 Parser::Parser(ErrorHandler& errorHandler, const Context& context)
56 : mErrorHandler(errorHandler)

Callers 7

addFilesMethod · 0.80
setNonUserContentMethod · 0.80
updateMethod · 0.80
runMethod · 0.80
findInCabMethod · 0.80
saveSettingsMethod · 0.80

Calls 1

lowerCaseFunction · 0.85

Tested by

no test coverage detected