Searched refs:currentId (Results 1 – 2 of 2) sorted by relevance
123 String currentId = fromId; in getDirectLinks() local125 while ((currentId = links.get(currentId)) != null) { in getDirectLinks()127 lastId = currentId; in getDirectLinks()
193 let currentId = 0;194 return () => `id${++currentId}`;