Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
static QString loadUndefine(const QXmlStreamReader &xmlReader)
113
{
114
return xmlReader.attributes().value(
"name"
).toString();
115
}
116
117
static CppcheckLibraryData::SmartPointer loadSmartPointer(QXmlStreamReader &xmlReader)
118
{
Callers
1
open
Method · 0.85
Calls
2
toString
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected