↓ 26 callersFunctionLGraph_addDEdge* Add a new directed edge to the graph, connecting src to dest.
*
* @graph The graph.
* @src_ID ID of the source node.
* @dest_ID ID of the dest n
code/code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_C/lgraph_struct.c:163