Searched refs:isCyclic (Results 1 – 4 of 4) sorted by relevance
48 process.stdout.write(chalk.gray(prefix) + edgePointer(isLast, hasMore, edge.isCyclic));96 function edgePointer(isLast: boolean, hasMore: boolean, isCyclic: boolean): string {100 isCyclic ? chalk.red('∞') : '',
50 if (!edge.isCyclic && kinds.includes(edge.getDominantKind())) {67 if (!edge.isCyclic && kinds.includes(edge.getDominantKind())) {
97 edge.isCyclic = visitedNodes[destination.name] === true;106 if (edge.isCyclic) {
32 isCyclic: boolean = false; property in PackagesGraphEdge