MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / hasBool

Method hasBool

source/MRMesh/MRConfig.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool Config::hasBool( const std::string& key ) const
133{
134 return ( !config_[key].isNull() && config_[key].isBool() );
135}
136bool Config::getBool( const std::string& key, bool defaultValue ) const
137{
138 if ( !config_[key].isNull() )

Callers 1

loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected