Check if a graph has cycle or not. * * This function uses BFS to check if a graph is cyclic or not. * * @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