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

Method optionType

src/model/OutputJSON.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 std::string OutputJSON_Impl::optionType() const {
47 boost::optional<std::string> value = getString(OS_Output_JSONFields::OptionType, true);
48 OS_ASSERT(value);
49 return value.get();
50 }
51
52 bool OutputJSON_Impl::outputJSON() const {
53 return getBooleanFieldValue(OS_Output_JSONFields::OutputJSON);

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateOutputSQLiteMethod · 0.45
translateOutputJSONMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36