MCPcopy Create free account
hub / github.com/Fattorino/ImNodeFlow / setUID

Method setUID

include/ImNodeFlow.h:818–818  ·  view source on GitHub ↗

* @brief Set node's uid * @param uid Node's unique identifier */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected