Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ stepErrors
Method
stepErrors
src/utilities/filetypes/WorkflowStepResult.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
std::vector<std::string> WorkflowStepResult_Impl::stepErrors() const {
319
return m_stepErrors;
320
}
321
322
std::vector<std::string> WorkflowStepResult_Impl::stepWarnings() const {
323
return m_stepWarnings;
Callers
4
TEST_F
Function · 0.80
test_bad_argument_values
Method · 0.80
checkWorkflowStepResult
Function · 0.80
applyMeasures
Method · 0.80
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.64
test_bad_argument_values
Method · 0.64
checkWorkflowStepResult
Function · 0.64