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

Method resetDescription

src/utilities/filetypes/WorkflowStep.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void MeasureStep_Impl::resetDescription() {
117 m_description.reset();
118 onUpdate();
119 }
120
121 boost::optional<std::string> MeasureStep_Impl::modelerDescription() const {
122 return m_modelerDescription;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected