Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ resetRunOptions
Method
resetRunOptions
src/utilities/filetypes/WorkflowJSON.cpp:848–852 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
846
}
847
848
void WorkflowJSON_Impl::resetRunOptions() {
849
disconnectRunOptions();
850
m_runOptions.reset();
851
onUpdate();
852
}
853
854
void WorkflowJSON_Impl::onUpdate() {
855
m_value[
"updated_at"
] = DateTime::nowUTC().toISO8601();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected