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

Method workflow

src/measure/OSRunner.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 WorkflowJSON OSRunner::workflow() const {
43 // return a clone because the workflow is immutable
44 return m_workflow.clone();
45 }
46
47 alfalfa::AlfalfaJSON OSRunner::alfalfa() const {
48 return m_alfalfa;

Callers 2

TEST_FFunction · 0.80
runModelicaMeasuresMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by 1

TEST_FFunction · 0.64