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

Method resetDisplayName

src/utilities/filetypes/WorkflowStepResult.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void WorkflowStepValue_Impl::resetDisplayName() {
105 m_displayName.reset();
106 }
107
108 void WorkflowStepValue_Impl::setUnits(const std::string& units) {
109 m_units = units;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected