Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void ValidityReport::insertError(const DataError& error) {
35
m_errors.insert(error);
36
m_currentError = m_errors.end();
37
}
38
39
StrictnessLevel ValidityReport::level() const {
40
return m_level;
Callers
4
populateValidityReport
Method · 0.80
validityReport
Method · 0.80
validityReport
Method · 0.80
populateValidityReport
Method · 0.80
Calls
2
insert
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected