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

Method split

YACReaderLibrary/db/query_parser.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250QStringList QueryParser::split(const std::string &string, char delim)
251{
252 auto words = QString::fromStdString(string).split(delim);
253 return words;
254}
255
256QueryParser::TreeNode QueryParser::orExpression()
257{

Callers 15

safeCoverPathFunction · 0.80
setComicMethod · 0.80
loadChangelogMethod · 0.80
renderChangelogEntryMethod · 0.80
getParentFolderNameMethod · 0.80
getWritersMethod · 0.80
getPencillersMethod · 0.80
getInkersMethod · 0.80
getColoristsMethod · 0.80
getLetterersMethod · 0.80
getCoverArtistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected