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

Method resetModelerDescription

src/utilities/filetypes/WorkflowStep.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void MeasureStep_Impl::resetModelerDescription() {
132 m_modelerDescription.reset();
133 onUpdate();
134 }
135
136 std::map<std::string, Variant> MeasureStep_Impl::arguments() const {
137 return m_arguments;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected