MCPcopy 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_FFunction · 0.80
checkWorkflowStepResultFunction · 0.80
applyMeasuresMethod · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
checkWorkflowStepResultFunction · 0.64