------------------------------------------------------------------------------------------------ Has a configuration property
| 659 | // ------------------------------------------------------------------------------------------------ |
| 660 | // Has a configuration property |
| 661 | bool ExportProperties::HasPropertyBool(const char* szName) const { |
| 662 | return HasGenericProperty<int>(mIntProperties, szName); |
| 663 | } |
| 664 | |
| 665 | // ------------------------------------------------------------------------------------------------ |
| 666 | // Has a configuration property |
no outgoing calls
no test coverage detected