(interfaceName)
| 8783 | return `<tr class="border-t border-slate-800"> |
| 8784 | <td class="px-2 py-1 font-mono ${r.baseline ? '' : 'text-amber-300'}">${escapeHtml(r.src)}</td> |
| 8785 | <td class="px-2 py-1 font-mono">${(r.as || []).join(', ') || '?'}</td> |
| 8786 | <td class="px-2 py-1 text-gray-400">${escapeHtml(r.af)}</td> |
| 8787 | <td class="px-2 py-1">${auth}</td> |
| 8788 | <td class="px-2 py-1">${badge}</td> |
| 8789 | </tr>`; |
| 8790 | }).join('') + |
nothing calls this directly
no test coverage detected