Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromString
Method · 0.80
getWorkflowStepResult
Function · 0.80
addResultMeasureInfo
Function · 0.80
Calls
no outgoing calls
Tested by
1
getWorkflowStepResult
Function · 0.64