| 1568 | ExecutableAllEnabledBehavior Configurator::GetAllEnabledExecutableBehavior() const { return this->executable_behavior; } |
| 1569 | |
| 1570 | void Configurator::SetAllEnabledExecutableBehavior(ExecutableAllEnabledBehavior behavior) { this->executable_behavior = behavior; } |
| 1571 | |
| 1572 | bool Configurator::GetUseLayerDebugMode() const { return this->use_layer_debug_mode; } |
| 1573 |
no outgoing calls
no test coverage detected