Skip to content
GraphMustAddNode

GraphMustAddNode

Description

Aborting variant of GraphAddNode. See that macro for parameter semantics and success-state effects.

Success

Returns to the caller. The underlying GraphAddNode call succeeded; see GraphAddNode for the post-state.

Failure

Does not return - aborts via LOG_FATAL / SysAbort when the underlying GraphAddNode call returns false.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on