Helper function to detect cycle in a directed graph using DFS graph traversal
(
graph: &'a DirectedGraph,
visited_node: &mut HashSet<&'a String>,
in_stack_visited_node: &mut HashSet<&'a String>,
u: &'a String,
)
source not stored for this graph (policy: none)
no test coverage detected