* @brief Set node's uid * @param uid Node's unique identifier */
| 816 | * @param uid Node's unique identifier |
| 817 | */ |
| 818 | BaseNode* setUID(NodeUID uid) { m_uid = uid; return this; } |
| 819 | |
| 820 | /** |
| 821 | * @brief <BR>Set node's name |
nothing calls this directly
no outgoing calls
no test coverage detected