| 1572 | bool Configurator::GetUseLayerDebugMode() const { return this->use_layer_debug_mode; } |
| 1573 | |
| 1574 | void Configurator::SetUseLayerDebugMode(bool enabled) { this->use_layer_debug_mode = enabled; } |
| 1575 | |
| 1576 | bool Configurator::GetUseNotifyReleases() const { return this->use_notify_releases; } |
| 1577 |
no outgoing calls
no test coverage detected