Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ resetResult
Method
resetResult
src/utilities/filetypes/WorkflowStep.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void WorkflowStep_Impl::resetResult() {
35
m_result.reset();
36
onUpdate();
37
}
38
39
void WorkflowStep_Impl::onUpdate() {
40
this->onChange.nano_emit();
Callers
1
start
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected