Searched refs:subpathToCycle (Results 1 – 1 of 1) sorted by relevance
161 return subpathToCycle(pathToCycle, cycle); in shortestPathToCycleFromAnEntryPoint()168 private ImmutableList<Node> subpathToCycle(ImmutableList<Node> path, Cycle<Node> cycle) { in subpathToCycle() method in DependencyCycleValidator