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

Method setMeasureUUID

src/utilities/filetypes/WorkflowStepResult.cpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 }
477
478 bool WorkflowStepResult_Impl::setMeasureUUID(const UUID& uuid) {
479 m_measureId = removeBraces(uuid);
480 return true;
481 }
482
483 void WorkflowStepResult_Impl::resetMeasureUUID() {
484 m_measureId.reset();

Callers

nothing calls this directly

Calls 1

removeBracesFunction · 0.85

Tested by

no test coverage detected