@brief Gets level of current configuration
| 1738 | |
| 1739 | /// @brief Gets level of current configuration |
| 1740 | inline Level level(void) const { |
| 1741 | return m_level; |
| 1742 | } |
| 1743 | |
| 1744 | /// @brief Gets configuration type of current configuration |
| 1745 | inline ConfigurationType configurationType(void) const { |
nothing calls this directly
no outgoing calls
no test coverage detected