Returns true if node has alias, false otherwise
| 166 | |
| 167 | /// Returns true if node has alias, false otherwise |
| 168 | bool hasAlias() const |
| 169 | { |
| 170 | return !alias.empty(); |
| 171 | } |
| 172 | |
| 173 | /// Get node alias |
| 174 | const String & getAlias() const |
no test coverage detected