Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.80
runModelicaMeasures
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
1
TEST_F
Function · 0.64