MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / getOptionValueAsString

Method getOptionValueAsString

src/database/SimpleDatabase.cpp:1307–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305 }
1306
1307 QString SimpleDatabase::getOptionValueAsString(QString const& optionName) {
1308 return getOptionValueInternal(optionName, false);
1309 }
1310
1311 bool SimpleDatabase::getOptionValueAsBool(QString const& optionName) {
1312 QString const value = getOptionValueInternal(optionName, false);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64