hasOutgoingEdges
Checks whether we have any outgoing edges for the given node (i.e. nodes which have an incoming edge from the given node).
Return
true
if the node has any outgoing edges, false
otherwise.
Checks whether we have any outgoing edges for the given node (i.e. nodes which have an incoming edge from the given node).
true
if the node has any outgoing edges, false
otherwise.