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

Function loadUndefine

gui/cppchecklibrarydata.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static QString loadUndefine(const QXmlStreamReader &xmlReader)
113{
114 return xmlReader.attributes().value("name").toString();
115}
116
117static CppcheckLibraryData::SmartPointer loadSmartPointer(QXmlStreamReader &xmlReader)
118{

Callers 1

openMethod · 0.85

Calls 2

toStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected