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