Searched refs:commentRows (Results 1 – 1 of 1) sorted by relevance
83 const commentRows: Record<number, CommentRowObject[]> = {}; constant109 if (!commentRows[issue]) {110 commentRows[issue] = [];116 const existingRowForPackage = commentRows[issue].find((entry) => entry.pkg === pkg);121 commentRows[issue].push({131 return Object.entries(commentRows).map(([issue, entries]) => {