MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / insertError

Method insertError

src/utilities/idf/ValidityReport.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ValidityReport::insertError(const DataError& error) {
35 m_errors.insert(error);
36 m_currentError = m_errors.end();
37}
38
39StrictnessLevel ValidityReport::level() const {
40 return m_level;

Callers 4

validityReportMethod · 0.80
validityReportMethod · 0.80

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected