MCPcopy Create free account
hub / github.com/YACReader/yacreader / toLower

Method toLower

YACReaderLibrary/db/query_parser.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168std::string QueryParser::toLower(const std::string &string)
169{
170 std::string res(string);
171 std::transform(res.begin(), res.end(), res.begin(), ::tolower);
172 return res;
173}
174
175std::string QueryParser::token(bool advance)
176{

Callers 5

newComicMethod · 0.80
imagePathFromMimeDataMethod · 0.80
displayKeyFunction · 0.80
imageExtensionFunction · 0.80
getIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected