Searched refs:nextEdges (Results 1 – 1 of 1) sorted by relevance
45 const nextEdges = edge.destination.getOutgoingEdgesOfKinds(kinds); constant46 const hasMore = nextEdges.length > 0 && visited[edge.destination.name] !== true;52 edges: nextEdges,