Driver function to check if a graph has a cycle. * * This function uses DFS to check for cycle in the graph. * * @param graph which needs to be evaluated for the presence of cycle. * @return true if a cycle is detected, else false. */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected