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

Method addStepWarning

src/utilities/filetypes/WorkflowStepResult.cpp:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580 }
581
582 void WorkflowStepResult_Impl::addStepWarning(const std::string& warning) {
583 m_stepWarnings.push_back(warning);
584 }
585
586 void WorkflowStepResult_Impl::resetStepWarnings() {
587 m_stepWarnings.clear();

Callers 4

registerWarningMethod · 0.80
fromStringMethod · 0.80
getWorkflowStepResultFunction · 0.80
TESTFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by 2

getWorkflowStepResultFunction · 0.64
TESTFunction · 0.64