* Get user friendly name of key value pair. * * @return User friendly name */
| 127 | * @return User friendly name |
| 128 | */ |
| 129 | const char* getName() const final |
| 130 | { |
| 131 | return m_name; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Get key. |
nothing calls this directly
no outgoing calls
no test coverage detected