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

Function QString7

test/cfg/qt.cpp:242–244  ·  view source on GitHub ↗

cppcheck-suppress passedByValue

Source from the content-addressed store, hash-verified

240
241// cppcheck-suppress passedByValue
242bool QString7(QString s, const QString& l) {
243 return l.startsWith(s);
244}
245
246void QString_split(const char* name) { // #12998
247 // cppcheck-suppress valueFlowBailoutIncompleteVar // FIXME

Callers

nothing calls this directly

Calls 1

startsWithMethod · 0.80

Tested by

no test coverage detected