MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / QString_split

Function QString_split

test/cfg/qt.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void QString_split(const char* name) { // #12998
247 // cppcheck-suppress valueFlowBailoutIncompleteVar // FIXME
248 QStringList qsl = QString(name).split(';', Qt::SkipEmptyParts);
249 if (qsl.isEmpty()) {}
250}
251
252namespace NTestStd // #12355
253{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected