Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ workflowSteps
Method
workflowSteps
src/utilities/filetypes/WorkflowJSON.cpp:681–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
std::vector<WorkflowStep> WorkflowJSON_Impl::workflowSteps() const {
682
return m_steps;
683
}
684
685
bool WorkflowJSON_Impl::setWorkflowSteps(const std::vector<WorkflowStep>& workflowSteps) {
686
disconnectSteps();
Callers
7
currentStep
Method · 0.95
getPastStepValuesForMeasure
Method · 0.80
getPastStepValuesForName
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
test_measureType
Method · 0.80
MeasureTypeTest
Method · 0.80
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.64
TEST
Function · 0.64
test_measureType
Method · 0.64
MeasureTypeTest
Method · 0.64