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

Method setMeasureId

src/utilities/filetypes/WorkflowStepResult.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 bool WorkflowStepResult_Impl::setMeasureId(const std::string& id) {
470 m_measureId = id;
471 return true;
472 }
473
474 void WorkflowStepResult_Impl::resetMeasureId() {
475 m_measureId.reset();

Callers 3

fromStringMethod · 0.80
getWorkflowStepResultFunction · 0.80
addResultMeasureInfoFunction · 0.80

Calls

no outgoing calls

Tested by 1

getWorkflowStepResultFunction · 0.64