MCPcopy 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
72bool XmlStreamReader::hasMissingCASWarnings() const {
73 return !m_missingCASPlugins.isEmpty();
74}
75
76void XmlStreamReader::setFailedCASMissing(bool value) {
77 m_failedCASMissing = value;

Callers 1

loadMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected