Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
registerWarning
Method · 0.80
fromString
Method · 0.80
getWorkflowStepResult
Function · 0.80
TEST
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
2
getWorkflowStepResult
Function · 0.64
TEST
Function · 0.64