* @brief Returns a value indicating whether the entry is opened */
| 81 | * @brief Returns a value indicating whether the entry is opened |
| 82 | */ |
| 83 | bool opened () const |
| 84 | { |
| 85 | return m_opened; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @brief Returns a value indicating whether the entry is precious |
no outgoing calls
no test coverage detected