MCPcopy Create free account
hub / github.com/MADEVAL/Oat-Table / rowLabels

Function rowLabels

tests/table.test.js:34–37  ·  view source on GitHub ↗
(document)

Source from the content-addressed store, hash-verified

32}
33
34function rowLabels(document) {
35 return Array.from(document.querySelectorAll('tbody tr:not([data-table-empty])'))
36 .map(row => row.cells[1]?.textContent.trim() || row.cells[0].textContent.trim());
37}
38
39function fixture() {
40 return `

Callers 1

table.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected