Home
last modified time | relevance | path

Searched refs:nextEdges (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/packages-graph/
H A DPackagesGraphUtils.ts45 const nextEdges = edge.destination.getOutgoingEdgesOfKinds(kinds); constant
46 const hasMore = nextEdges.length > 0 && visited[edge.destination.name] !== true;
52 edges: nextEdges,