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

Method keyValue

src/model/OutputVariable.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::string OutputVariable_Impl::keyValue() const {
96 OptionalString result = getString(OS_Output_VariableFields::KeyValue, true);
97 OS_ASSERT(result);
98 return result.get();
99 }
100
101 bool OutputVariable_Impl::isKeyValueDefaulted() const {
102 return isEmpty(OS_Output_VariableFields::KeyValue);

Callers 7

outputVariablesMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64