Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ choiceValueDisplayNames
Method
choiceValueDisplayNames
src/measure/OSArgument.cpp:377–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
std::vector<std::string> OSArgument::choiceValueDisplayNames() const {
378
return m_choiceDisplayNames;
379
}
380
381
std::string OSArgument::valueDisplayName() const {
382
std::string valueString = valueAsString();
Callers
3
get_arguments_from_measure_info
Method · 0.80
bclMeasureArguments
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64