* @brief Get node's UID * @return Node's unique identifier */
| 768 | * @return Node's unique identifier |
| 769 | */ |
| 770 | [[nodiscard]] NodeUID getUID() const { return m_uid; } |
| 771 | |
| 772 | /** |
| 773 | * @brief <BR>Get node name |
nothing calls this directly
no outgoing calls
no test coverage detected