Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ getUserInput
Method
getUserInput
src/measure/OSRunner.cpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
std::map<std::string, OSArgument> OSRunner::getUserInput(std::vector<OSArgument>& arguments) const {
138
return convertOSArgumentVectorToMap(arguments);
139
}
140
141
void OSRunner::reset() {
142
m_workflow.reset();
Callers
1
TEST_F
Function · 0.80
Calls
1
convertOSArgumentVectorToMap
Function · 0.85
Tested by
1
TEST_F
Function · 0.64