Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ hasWarnings
Method
hasWarnings
src/backend/lib/XmlStreamReader.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool XmlStreamReader::hasWarnings() const {
69
return !m_warnings.isEmpty();
70
}
71
72
bool XmlStreamReader::hasMissingCASWarnings() const {
73
return !m_missingCASPlugins.isEmpty();
Callers
1
load
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected