MCPcopy 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

currentStepMethod · 0.95
TEST_FFunction · 0.80
TESTFunction · 0.80
test_measureTypeMethod · 0.80
MeasureTypeTestMethod · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.64
TESTFunction · 0.64
test_measureTypeMethod · 0.64
MeasureTypeTestMethod · 0.64