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

Method getUID

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

* @brief Get node's UID * @return Node's unique identifier */

Source from the content-addressed store, hash-verified

768 * @return Node's unique identifier
769 */
770 [[nodiscard]] NodeUID getUID() const { return m_uid; }
771
772 /**
773 * @brief <BR>Get node name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected