Searched refs:existingRowForPackage (Results 1 – 1 of 1) sorted by relevance
116 const existingRowForPackage = commentRows[issue].find((entry) => entry.pkg === pkg); constant118 if (existingRowForPackage) {119 existingRowForPackage.pullRequests.push(pullRequest);